Skip to content

Commit 0be9a77

Browse files
author
Julien Gilli
committed
2015.07.03, Version 0.12.6 (Stable)
* V8: fix out-of-band write in utf8 decoder
1 parent 78b0e30 commit 0be9a77

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

ChangeLog

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
2015.06.22, Version 0.12.5 (Stable)
1+
2015.07.03, Version 0.12.6 (Stable)
2+
3+
* V8: fix out-of-band write in utf8 decoder
4+
5+
6+
2015.06.22, Version 0.12.5 (Stable), 61c6abf00898fe00eb7fcf2c23ba0b01cf12034c
27

38
* openssl: upgrade to 1.0.1o (Addressing multiple CVEs)
49

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 12
2727
#define NODE_PATCH_VERSION 6
2828

29-
#define NODE_VERSION_IS_RELEASE 0
29+
#define NODE_VERSION_IS_RELEASE 1
3030

3131
#ifndef NODE_TAG
3232
# define NODE_TAG ""

0 commit comments

Comments
 (0)