From 08f1e1d2bca9ef087813357780ec0bafe71c7d29 Mon Sep 17 00:00:00 2001 From: James Lemke Date: Wed, 26 Nov 2014 13:45:24 -0800 Subject: 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. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') 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 -- cgit v1.2.1