From: Florian Weimer Date: Tue, 6 Feb 2018 08:19:03 +0000 (+0100) Subject: Record CVE-2018-6551 in NEWS and ChangeLog [BZ #22774] X-Git-Tag: glibc-2.28~638 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71aa429b029fdb6f9e65d44050388b51eca460d6;p=thirdparty%2Fglibc.git Record CVE-2018-6551 in NEWS and ChangeLog [BZ #22774] --- diff --git a/ChangeLog b/ChangeLog index ca221a4ebec..e6e29b1e11f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -999,7 +999,9 @@ 2018-01-18 Arjun Shankar [BZ #22343] + [BZ #22774] CVE-2018-6485 + CVE-2018-6551 * malloc/malloc.c (checked_request2size): call REQUEST_OUT_OF_RANGE after padding. (_int_memalign): check for integer overflow before calling diff --git a/NEWS b/NEWS index 06ae43d3f09..3629944946e 100644 --- a/NEWS +++ b/NEWS @@ -291,6 +291,10 @@ Security related changes: an object size near the value of SIZE_MAX, would return a pointer to a buffer which is too small, instead of NULL. Reported by Jakub Wilk. + CVE-2018-6551: The malloc function, when called with an object size near + the value of SIZE_MAX, would return a pointer to a buffer which is too + small, instead of NULL. + The following bugs are resolved with this release: [866] glob: glob should match dangling symlinks