From 08cebd08c7645737d44de8a801af7c2df7874571 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 1 Nov 2009 09:25:42 -0800 Subject: Bug ID 27895: Calls to protect have an argument list terminated by the integer constant 0 rather than a proper null pointer constant. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7836e807..230e9e31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2009-11-01 Kaz Kylheku + + 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 Bug ID 27899: Garbage collection problem: method of locating stack -- cgit v1.2.3