summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-01 09:25:42 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-01 09:25:42 -0800
commit08cebd08c7645737d44de8a801af7c2df7874571 (patch)
tree78969e3fda526f41a4b846652fccd30b53e14b48 /ChangeLog
parent04ed380c4a389c0c21eae8e3cd35e7e44506a2e3 (diff)
downloadtxr-08cebd08c7645737d44de8a801af7c2df7874571.tar.gz
txr-08cebd08c7645737d44de8a801af7c2df7874571.tar.bz2
txr-08cebd08c7645737d44de8a801af7c2df7874571.zip
Bug ID 27895: Calls to protect have an argument list terminated
by the integer constant 0 rather than a proper null pointer constant.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7836e807..230e9e31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2009-11-01 Kaz Kylheku <kkylheku@gmail.com>
+ Bug ID 27895: Calls to protect have an argument list terminated
+ by the integer constant 0 rather than a proper null pointer constant.
+
+ lib.c (obj_init): Properly terminate argument list of protect call.
+
+ stream.c (stream_init): Likewise.
+
+ unwind.c (unwind_init): Likewise.
+
+ txr.c (txr_main): two-argument protect calls rewritten using prot1.
+
+2009-11-01 Kaz Kylheku <kkylheku@gmail.com>
+
Bug ID 27899: Garbage collection problem: method of locating stack
bottom is unreliable due to the unpredictable allocation order of local
variables. The addresses of stack_bottom_0 and stack_bottom_1 variables