diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 6a8376482..be8604fbd 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2000-09-12 Mikael Djurfeldt + + * symbols.c (duplicate_string): Don't try to copy the byte after + the string. This might not be `\0' and might even not be + allocated memory. + 2000-09-12 Dirk Herrmann * symbols.c (scm_symbol_p): Eliminate redundant SCM_IMP test.