summaryrefslogtreecommitdiff
path: root/doc/changelogs
diff options
context:
space:
mode:
authorEvan Lucas <evanlucas@me.com>2018-06-11 18:35:05 -0500
committerEvan Lucas <evanlucas@me.com>2018-06-12 18:31:11 -0500
commitfbc68a5ceafb2f6fdb591dfbad6f7cad7cc55e0a (patch)
tree3855bbcbb1685b77384c075d9317fa7d27efc4ae /doc/changelogs
parent31d5bdea70e44802918d6f4aa7c378bc1992be54 (diff)
downloadandroid-node-v8-fbc68a5ceafb2f6fdb591dfbad6f7cad7cc55e0a.tar.gz
android-node-v8-fbc68a5ceafb2f6fdb591dfbad6f7cad7cc55e0a.tar.bz2
android-node-v8-fbc68a5ceafb2f6fdb591dfbad6f7cad7cc55e0a.zip
2018-06-12, Version 6.14.3 (LTS)
Notable changes: * **buffer** (CVE-2018-7167): Fixes Denial of Service vulnerability where calling Buffer.fill() could hang PR-URL: https://github.com/nodejs-private/node-private/pull/134
Diffstat (limited to 'doc/changelogs')
-rw-r--r--doc/changelogs/CHANGELOG_V6.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/changelogs/CHANGELOG_V6.md b/doc/changelogs/CHANGELOG_V6.md
index 138aab326d..b03f90e090 100644
--- a/doc/changelogs/CHANGELOG_V6.md
+++ b/doc/changelogs/CHANGELOG_V6.md
@@ -10,6 +10,7 @@
</tr>
<tr>
<td valign="top">
+<a href="#6.14.3">6.14.3</a><br/>
<a href="#6.14.2">6.14.2</a><br/>
<a href="#6.14.1">6.14.1</a><br/>
<a href="#6.14.0">6.14.0</a><br/>
@@ -70,6 +71,18 @@
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
will be supported actively until April 2018 and maintained until April 2019.
+<a id="6.14.3"></a>
+## 2018-06-12, Version 6.14.3 'Boron' (LTS), @evanlucas
+
+### Notable Changes
+
+* **buffer** (CVE-2018-7167): Fixes Denial of Service vulnerability where calling Buffer.fill() could hang
+
+### Commits
+
+* [[`7dbcfc6217`](https://github.com/nodejs/node/commit/7dbcfc6217)] - **src**: avoid hanging on Buffer#fill 0-length input (Сковорода Никита Андреевич) [nodejs-private/node-private#121](https://github.com/nodejs-private/node-private/pull/121)
+
+
<a id="6.14.2"></a>
## 2018-04-30, Version 6.14.2 'Boron' (LTS), @MylesBorins