Fix for test "malloc_usable_size: expected 7 but got 11"
commit265cbed8e73b23e3b38ada6cc42482c53a216224
authorJames Lemke <jwlemke@codesourcery.com>
Tue, 19 May 2015 19:10:26 +0000 (19 12:10 -0700)
committerJames Lemke <jwlemke@codesourcery.com>
Tue, 19 May 2015 19:10:26 +0000 (19 12:10 -0700)
tree5b4ce3a6bfb61376f8c407c77b1ae79644486134
parent85bae5a160e288fa85eab8a5d1b0b227ab20798a
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.
    We now avoid using a length byte equal to the magic byte.
ChangeLog
NEWS
malloc/hooks.c