]> sourceware.org Git - glibc.git/commit
Fix for test "malloc_usable_size: expected 7 but got 11"
authorJames Lemke <jwlemke@codesourcery.com>
Wed, 26 Nov 2014 21:45:24 +0000 (13:45 -0800)
committerJames Lemke <jwlemke@codesourcery.com>
Mon, 1 Dec 2014 21:05:18 +0000 (13:05 -0800)
commit08f1e1d2bca9ef087813357780ec0bafe71c7d29
tree8081e878dfe7bc4f2c6be74dc713a5182c123c66
parenta8a7d7d212de1dd8c8d0a59eb9ea1c9289f63be1
Fix for test "malloc_usable_size: expected 7 but got 11"

[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.
ChangeLog
NEWS
malloc/hooks.c
This page took 0.042675 seconds and 5 git commands to generate.