Noah Goldstein be6fb78a1f x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]
Fixes [BZ# 28755] for wcsncmp by redirecting length >= 2^56 to
__wcscmp_avx2. For x86_64 this covers the entire address range so any
length larger could not possibly be used to bound `s1` or `s2`.

test-strcmp, test-strncmp, test-wcscmp, and test-wcsncmp all pass.

Signed-off-by: Noah Goldstein <goldstein.w.n@gmail.com>
(cherry picked from commit ddf0992cf57a93200e0c782e2a94d0733a5a0b87)
2022-01-27 07:28:12 -08:00
..
2019-09-03 21:43:22 +02:00
2019-08-18 11:38:26 +02:00
2019-01-12 13:44:51 +00:00
2019-01-02 17:25:33 +00:00
2019-01-24 13:55:05 -05:00
2019-03-13 10:51:23 +01:00