mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-18 14:30:43 +08:00
[BZ #17581] The checking chain of unused chunks was terminated by a hash of the block pointer, which was sometimes confused with the chunk length byte. The chain is now terminated by a NULL byte.