From 32e66a0d529ad650424534672dd855880538a981190c88dbff1b177928f8a532 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 6 Feb 2018 09:42:51 +0000 Subject: [PATCH] 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 --- glibc.changes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/glibc.changes b/glibc.changes index e8262fc..330f798 100644 --- a/glibc.changes +++ b/glibc.changes @@ -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 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,