* alloc.c (gc_sweep): Don't read past end of array.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Jul 2011 01:04:29 +0000 (18:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Jul 2011 01:04:29 +0000 (18:04 -0700)
commit47ea7f442f7d85f29b7200ada8755e6ebf5c0819
treea3df6ad9ff1beb86fd7cb8fe8af9ff0bd433c616
parent7152b011c2bae3bfcb7a6d195911ba52e4d112b3
* alloc.c (gc_sweep): Don't read past end of array.

In theory, the old code could also have corrupted Emacs internals,
though it'd be very unlikely.
src/ChangeLog
src/alloc.c