diff options
author | James Lemke <jwlemke@codesourcery.com> | 2014-11-26 13:45:24 -0800 |
---|---|---|
committer | James Lemke <jwlemke@codesourcery.com> | 2014-12-01 13:05:18 -0800 |
commit | 08f1e1d2bca9ef087813357780ec0bafe71c7d29 (patch) | |
tree | 8081e878dfe7bc4f2c6be74dc713a5182c123c66 /NEWS | |
parent | a8a7d7d212de1dd8c8d0a59eb9ea1c9289f63be1 (diff) | |
download | glibc-08f1e1d2bca9ef087813357780ec0bafe71c7d29.tar.gz glibc-08f1e1d2bca9ef087813357780ec0bafe71c7d29.tar.xz glibc-08f1e1d2bca9ef087813357780ec0bafe71c7d29.zip |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index e1f2342bdc..5450e8e0d1 100644 --- a/NEWS +++ b/NEWS @@ -12,8 +12,8 @@ Version 2.21 6652, 12926, 13862, 14132, 14138, 14171, 14498, 15215, 15884, 16469, 16619, 16740, 16857, 17192, 17266, 17344, 17363, 17370, 17371, 17411, 17460, 17475, 17485, 17501, 17506, 17508, 17522, 17555, 17570, 17571, - 17572, 17573, 17574, 17582, 17583, 17584, 17585, 17589, 17594, 17608, - 17616, 17625, 17633. + 17572, 17573, 17574, 17581, 17582, 17583, 17584, 17585, 17589, 17594, + 17608, 17616, 17625, 17633. * CVE-2104-7817 The wordexp function could ignore the WRDE_NOCMD flag under certain input conditions resulting in the execution of a shell for |