x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]
Fixes [BZ# 28755] for wcsncmp by redirecting length >= 2^56 to
__wcscmp_evex. 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>
Loading
-
mentioned in commit 08beb3a3
-
mentioned in commit aa5a7200
-
mentioned in commit 9e050d13
-
mentioned in commit a4861525
-
mentioned in commit 70522b1c
-
mentioned in commit 775c05b2
-
mentioned in commit 0f8a2390
-
mentioned in commit cb922428
-
mentioned in commit 04d60ce0
-
mentioned in commit a30807b7
-
mentioned in commit 83454fe8
Please register or sign in to comment