File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 702
702
2018-01-18 Arjun Shankar <
[email protected] >
703
703
704
704
[BZ #22343]
705
+ CVE-2018-6485
705
706
* malloc/malloc.c (checked_request2size): call REQUEST_OUT_OF_RANGE
706
707
after padding.
707
708
(_int_memalign): check for integer overflow before calling
Original file line number Diff line number Diff line change @@ -258,6 +258,10 @@ Security related changes:
258
258
succeeds without returning an absolute path due to unexpected behaviour
259
259
of the Linux kernel getcwd syscall. Reported by halfdog.
260
260
261
+ CVE-2018-6485: The posix_memalign and memalign functions, when called with
262
+ an object size near the value of SIZE_MAX, would return a pointer to a
263
+ buffer which is too small, instead of NULL. Reported by Jakub Wilk.
264
+
261
265
The following bugs are resolved with this release:
262
266
263
267
[The release manager will add the list generated by
You can’t perform that action at this time.
0 commit comments