From b1d9fa4c2fe8af2594f8fee281c0d5df7e2dc2b8 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Mon, 23 Nov 2015 00:30:40 +0200 Subject: [PATCH] Releases: compiler ivalue segfault GH-449 --- RELEASES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASES.rst b/RELEASES.rst index 39156d7e..718c6ef4 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -1167,6 +1167,11 @@ Planned * Add a combined duktape.c without #line directives into the dist package, as it is a useful alternative in some environments (GH-363) +* Fix a segfault (and assertion error) caused by compiler intermediate value + handling bug; the bug was triggered when a temporary register was required + by the compiler, but an existing "intermediate value" referred to a const + instead of a register value (GH-449) + * Fix compile warnings for gcc/clang -Wcast-qual (GH-426) * Fix "debugger" statement line number off-by-one so that the debugger now