1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 17:20:29 +02:00

Add ChangeLog and NEWS entry for the GOOPS `class-redefinition' memory

corruption fix.
This commit is contained in:
Ludovic Courtès 2008-08-19 19:13:39 +02:00
parent bb764c0e3c
commit 4a1db3a91f
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2008-08-19 Han-Wen Nienhuys <hanwen@lilypond.org>
Ludovic Courtès <ludo@gnu.org>
* goops.c (scm_init_goops_builtins, go_to_hell): Fix allocation
of `hell' by passing "hell_size * sizeof (*hell)" instead of
"hell_size" to `scm_malloc ()' and `scm_realloc ()'.
2008-08-02 Neil Jerram <neil@ossau.uklinux.net>
* numbers.c (scm_rationalize): Update docstring to match the