1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-17 13:01:12 +03:00
Files
glibc/sysdeps
Noah Goldstein 9fef7039a7 x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]
Overflow case for __wcsncmp_avx2_rtm should be __wcscmp_avx2_rtm not
__wcscmp_avx2.

commit ddf0992cf5
Author: Noah Goldstein <goldstein.w.n@gmail.com>
Date:   Sun Jan 9 16:02:21 2022 -0600

    x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]

Set the wrong fallback function for `__wcsncmp_avx2_rtm`. It was set
to fallback on to `__wcscmp_avx2` instead of `__wcscmp_avx2_rtm` which
can cause spurious aborts.

This change will need to be backported.

All string/memory tests pass.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
2022-03-25 11:46:13 -05:00
..
2022-02-23 14:06:49 -03:00
2022-02-10 09:16:12 -03:00
2022-03-23 10:42:01 -03:00
2022-02-14 19:29:02 +01:00
2022-02-23 14:18:18 -03:00
2022-02-23 14:18:17 -03:00
2022-01-31 07:05:48 -08:00
2022-02-10 09:16:12 -03:00
2022-02-23 14:18:18 -03:00
2022-02-10 09:16:12 -03:00
2022-02-23 14:18:18 -03:00