From 1d4d7541cc7aa62e17624a33f38978aec1c6fc52 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Mon, 29 Aug 2016 00:09:44 +0300 Subject: [PATCH 1/2] Releases: add 1.4.2 release --- RELEASES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASES.rst b/RELEASES.rst index eefc5b1c..d098985e 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -1416,6 +1416,14 @@ Released * Fix memory unsafe behavior when an external plain buffer was allocated with heap pointer compression enabled (DUK_USE_HEAPPTR16) (GH-618) +1.4.2 (2016-08-29) +------------------ + +* Fix potential memory unsafe behavior when duk_push_(l)string() data pointer + is from a dynamic/external buffer (or any other relocatable data source) + and a finalizer side effect resizes/reconfigures the buffer, invalidating + the pointer before string table code has time to copy the data (GH-884) + 1.5.0 (2016-05-03) ------------------ From 51129c5a04059595d9227f0c93e944f7340b6c94 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Mon, 29 Aug 2016 00:10:20 +0300 Subject: [PATCH 2/2] Add 1.4.2 website link, mark not maintained --- website/download/download.html | 1 + 1 file changed, 1 insertion(+) diff --git a/website/download/download.html b/website/download/download.html index a08ac3a9..34443559 100644 --- a/website/download/download.html +++ b/website/download/download.html @@ -36,6 +36,7 @@ 2016-04-17duktape-1.3.3.tar.xzmaintenance releaseXXX 2016-01-10duktape-1.4.0.tar.xzminor fixes and improvements, performanceXXX 2016-04-19duktape-1.4.1.tar.xzmaintenance releaseXXX +2016-08-29duktape-1.4.2.tar.xzmaintenance release (no longer maintained)XXX 2016-05-03duktape-1.5.0.tar.xzlow memory and debugger improvementsXXX