diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-01 09:25:42 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-01 09:25:42 -0800 |
commit | 08cebd08c7645737d44de8a801af7c2df7874571 (patch) | |
tree | 78969e3fda526f41a4b846652fccd30b53e14b48 /ChangeLog | |
parent | 04ed380c4a389c0c21eae8e3cd35e7e44506a2e3 (diff) | |
download | txr-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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |