Fix memory corruption issue with hell[] array: realloc/calloc need to
authorHan-Wen Nienhuys <hanwen@lilypond.org>
Sat, 16 Aug 2008 05:18:51 +0000 (02:18 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 16 Aug 2008 05:32:00 +0000 (02:32 -0300)
commit51ef99f7fa9fb766fbb48619fc5863ab9914591d
treebf5bc069f65e27c77f1a049bc621cf6aed36e9a6
parent01621bf62ec16cb62260f0b7c9e926793718fd6d
Fix memory corruption issue with hell[] array: realloc/calloc need to
factor in sizeof(scm_t_bits)
libguile/goops.c