]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Record CVE-2018-6485 in ChangeLog and NEWS [BZ #22343]
authorFlorian Weimer <fweimer@redhat.com>
Thu, 1 Feb 2018 14:00:44 +0000 (15:00 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 1 Feb 2018 16:16:53 +0000 (17:16 +0100)
ChangeLog
NEWS

index fdf303a42ff7279e66eb6dd9dcce862aa74581d7..713af78d1d8b5f2c3ada9cab952ce0f4b965e42b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2018-01-18  Arjun Shankar  <arjun@redhat.com>
 
        [BZ #22343]
+       CVE-2018-6485
        * 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 5c27f5c332878ed1ba2d4a09fa8ccec987c8dd59..70798f6ced2e728d9c8f5fcaaed074c1f39cf7b5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -258,6 +258,10 @@ Security related changes:
   succeeds without returning an absolute path due to unexpected behaviour
   of the Linux kernel getcwd syscall.  Reported by halfdog.
 
+  CVE-2018-6485: The posix_memalign and memalign functions, 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.  Reported by Jakub Wilk.
+
 The following bugs are resolved with this release:
 
   [The release manager will add the list generated by