* alloc.c (Fgc_status): Do not access beyond zombies array
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 12 Oct 2011 06:09:40 +0000 (23:09 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Oct 2011 06:09:40 +0000 (23:09 -0700)
commit6e4b3fbe6d9b580ac32f78590eb14aa9dff90b22
tree036cde16cef4b11ab3a58f6f35e100d482fb2cda
parentb5525cacc35f18d13ee38e437c9bd362e9c06640
* alloc.c (Fgc_status): Do not access beyond zombies array

boundary if nzombies > MAX_ZOMBIES.
* alloc.c (dump_zombies): Add missing format specifier.
src/ChangeLog
src/alloc.c