mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Add references to CVE-2017-17426
This commit is contained in:
parent
87235d7006
commit
37ac8e635a
@ -1164,6 +1164,7 @@
|
|||||||
2017-11-30 Arjun Shankar <arjun@redhat.com>
|
2017-11-30 Arjun Shankar <arjun@redhat.com>
|
||||||
|
|
||||||
[BZ #22375]
|
[BZ #22375]
|
||||||
|
CVE-2017-17426
|
||||||
* malloc/malloc.c (__libc_malloc): Use checked_request2size
|
* malloc/malloc.c (__libc_malloc): Use checked_request2size
|
||||||
instead of request2size.
|
instead of request2size.
|
||||||
|
|
||||||
|
5
NEWS
5
NEWS
@ -112,6 +112,11 @@ Security related changes:
|
|||||||
without GLOB_NOESCAPE, could write past the end of a buffer while
|
without GLOB_NOESCAPE, could write past the end of a buffer while
|
||||||
unescaping user names. Reported by Tim Rühsen.
|
unescaping user names. Reported by Tim Rühsen.
|
||||||
|
|
||||||
|
CVE-2017-17426: The malloc function, when called with an object size near
|
||||||
|
the value SIZE_MAX, would return a pointer to a buffer which is too small,
|
||||||
|
instead of NULL. This was a regression introduced with the new malloc
|
||||||
|
thread cache in glibc 2.26. Reported by Iain Buclaw.
|
||||||
|
|
||||||
The following bugs are resolved with this release:
|
The following bugs are resolved with this release:
|
||||||
|
|
||||||
[The release manager will add the list generated by
|
[The release manager will add the list generated by
|
||||||
|
Loading…
Reference in New Issue
Block a user