94914be52f
Upstream commit: fd658f026f25cf59e8db243bc3b3e09cd5a20ba0 nscd is currently not build, so the security fixes below are not relevant. - elf: Also compile dl-misc.os with $(rtld-early-cflags) - CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680) - CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678) - CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678) - CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677) - x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676] - i386: ulp update for SSE2 --disable-multi-arch configurations - nptl: Fix tst-cancel30 on kernels without ppoll_time64 support
21 lines
583 B
Diff
21 lines
583 B
Diff
commit e701c7d761f6e5c48d8e9dd5da88cbe2e94943f4
|
|
Author: Florian Weimer <fweimer@redhat.com>
|
|
Date: Thu Apr 25 12:56:48 2024 +0200
|
|
|
|
i386: ulp update for SSE2 --disable-multi-arch configurations
|
|
|
|
(cherry picked from commit 3a3a4497421422aa854c855cbe5110ca7d598ffc)
|
|
|
|
diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps
|
|
index 84e6686eba5fe79a..f2139fc172ceef7b 100644
|
|
--- a/sysdeps/i386/fpu/libm-test-ulps
|
|
+++ b/sysdeps/i386/fpu/libm-test-ulps
|
|
@@ -1232,6 +1232,7 @@ ldouble: 6
|
|
|
|
Function: "hypot":
|
|
double: 1
|
|
+float: 1
|
|
float128: 1
|
|
ldouble: 1
|
|
|