Stefan Liebler 5ad449c398 s390x: Fix segfault in wcsncmp [BZ #31934]
The z13/vector-optimized wcsncmp implementation segfaults if n=1
and there is only one character (equal on both strings) before
the page end.  Then it loads and compares one character and misses
to check n again.  The following load fails.

This patch removes the extra load and compare of the first character
and just start with the loop which uses vector-load-to-block-boundary.
This code-path also checks n.

With this patch both tests are passing:
- the simplified one mentioned in the bugzilla 31934
- the full one in Florian Weimer's patch:
"manual: Document a GNU extension for strncmp/wcsncmp"
(https://patchwork.sourceware.org/project/glibc/patch/874j9eml6y.fsf@oldenburg.str.redhat.com/):
On s390x-linux-gnu (z16), the new wcsncmp test fails due to bug 31934.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>

(cherry picked from commit 9b7651410375ec8848a1944992d663d514db4ba7)
2024-07-16 10:35:27 +02:00
..
2020-06-22 11:09:49 -03:00
2020-07-10 16:08:45 -07:00
2020-07-13 14:25:03 -03:00
2020-06-19 12:08:52 -03:00
2020-07-18 15:12:56 +02:00
2020-06-22 11:09:49 -03:00
2020-08-03 01:42:48 -07:00
2020-11-27 09:50:13 -03:00
2020-06-22 11:09:49 -03:00