SHA256
3
0
forked from pool/glibc

Accepting request 573254 from home:Andreas_Schwab:Factory

* CVE-2018-6485, CVE-2018-6551: 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
    (bsc#1079036)

OBS-URL: https://build.opensuse.org/request/show/573254
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=493
This commit is contained in:
Andreas Schwab 2018-02-06 09:42:51 +00:00 committed by Git OBS Bridge
parent 06263ee4ef
commit 32e66a0d52

View File

@ -55,9 +55,10 @@ Mon Feb 5 08:49:13 UTC 2018 - schwab@suse.de
element, "subheaps", which contains the number of sub-heaps
* The nonstandard header files <libio.h> and <_G_config.h> are deprecated
and will be removed in a future release
* 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 (bsc#1079036)
* CVE-2018-6485, CVE-2018-6551: 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
(bsc#1079036)
- Support for Sun RPC is no longer available, use libtirpc instead
- glibc-nodate.patch, powerpc-elision-enable-envvar.patch,
s390-elision-enable-envvar.patch, resolv-context-leak.patch,