From f548a5d7ffb078c49ad2e1700911a56d1f577e4a Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 5 Mar 2007 23:56:47 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index d82a3a1ba..779551276 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +2007-03-06 Kevin Ryde + + * struct.c (scm_make_struct): Check for R,W,O at end of layout when + allocating a tail array. If there's no such then those tail fields + are uninitialized and garbage SCMs there can cause a segv if printed + (after fetching with struct-ref). + 2007-02-22 Kevin Ryde * scmsigs.c (scm_sleep): In docstring, cross refence usleep.