glibc/string
Florian Weimer 1d44530a5b string: strerror must not return NULL (bug 30555)
For strerror, this fixes commit 28aff04781 ("string:
Implement strerror in terms of strerror_l").  This commit avoids
returning NULL for strerror_l as well, although POSIX allows this
behavior for strerror_l.

Reviewed-by: Arjun Shankar <arjun@redhat.com>
2023-06-15 19:54:09 +02:00
..
bits Implement strlcpy and strlcat [BZ #178] 2023-06-14 18:10:08 +02:00
Depend
Makefile string: strerror must not return NULL (bug 30555) 2023-06-15 19:54:09 +02:00
Versions Implement strlcpy and strlcat [BZ #178] 2023-06-14 18:10:08 +02:00
_strerror.c
argz-addsep.c
argz-append.c
argz-count.c
argz-create.c
argz-ctsep.c
argz-delete.c
argz-extract.c
argz-insert.c
argz-next.c
argz-replace.c
argz-stringify.c
argz.h
basename.c
bcopy.c
bug-envz1.c
bug-strcoll1.c
bug-strcoll2.c
bug-strncat1.c
bug-strpbrk1.c
bug-strspn1.c
bug-strtok1.c
byteswap.h
bzero.c
endian.h
envz.c
envz.h
explicit_bzero.c
ffs.c
ffsll.c
inl-tester.c
memccpy.c
memchr.c
memcmp.c
memcmpeq.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
memcpy.c
memfrob.c
memmem.c
memmove.c
memory.h
mempcpy.c
memrchr.c string: Add libc_hidden_proto for memrchr 2023-02-08 17:13:58 -03:00
memset.c
noinl-tester.c
rawmemchr.c
sigabbrev_np.c
sigdescr_np.c
stpcpy.c
stpncpy.c
str-two-way.h
stratcliff.c
strcasecmp.c
strcasecmp_l.c
strcasestr.c
strcat.c
strchr.c
strchrnul.c string: Add libc_hidden_proto for strchrnul 2023-02-08 17:13:56 -03:00
strcmp.c
strcoll.c
strcoll_l.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
strcpy.c
strcspn.c
strdup.c
strerror.c
strerror_l.c string: strerror must not return NULL (bug 30555) 2023-06-15 19:54:09 +02:00
strerrordesc_np.c
strerrorname_np.c
strfry.c
string-inlines.c
string.h Implement strlcpy and strlcat [BZ #178] 2023-06-14 18:10:08 +02:00
strings.h
strlcat.c Implement strlcpy and strlcat [BZ #178] 2023-06-14 18:10:08 +02:00
strlcpy.c Implement strlcpy and strlcat [BZ #178] 2023-06-14 18:10:08 +02:00
strlen.c
strncase.c
strncase_l.c
strncat.c
strncmp.c
strncpy.c
strndup.c
strnlen.c string: Improve generic strnlen with memchr 2023-02-06 16:19:35 -03:00
strpbrk.c
strrchr.c string: Improve generic strrchr with memrchr and strlen 2023-02-06 16:19:35 -03:00
strsep.c
strsignal.c
strspn.c
strstr.c
strtok.c
strtok_r.c
strverscmp.c
strxfrm.c
strxfrm_l.c
swab.c
test-bcopy.c
test-bzero.c
test-endian-file-scope.c
test-endian-sign-conversion.c
test-endian-types.c
test-explicit_bzero.c
test-ffs.c
test-memccpy.c
test-memchr.c string: Hook up the default implementation on test-memchr 2023-02-06 16:19:35 -03:00
test-memcmp.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
test-memcmpeq.c
test-memcpy-large.c
test-memcpy-support.h
test-memcpy.c
test-memmem.c
test-memmove.c
test-mempcpy.c
test-memrchr.c string: Hook up the default implementation on test-memrchr 2023-02-06 16:19:35 -03:00
test-memset.c
test-rawmemchr.c
test-sig_np.c
test-stpcpy.c string: Hook up the default implementation on test-stpcpy 2023-02-06 16:19:35 -03:00
test-stpncpy.c
test-strcasecmp.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
test-strcasestr.c
test-strcat.c
test-strchr.c string: Hook up the default implementation on test-strchr 2023-02-06 16:19:35 -03:00
test-strchrnul.c
test-strcmp.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
test-strcpy.c string: Hook up the default implementation on test-strcpy 2023-02-06 16:19:35 -03:00
test-strcspn.c
test-strdup.c string: Add tests for strdup (BZ #30266) 2023-04-21 10:28:01 -03:00
test-strerror-errno.c
test-string.h string: Allow use of test-string.h for non-ifunc implementations. 2023-04-21 10:28:01 -03:00
test-strlen.c string: Hook up the default implementation on test-strlen 2023-02-06 16:19:35 -03:00
test-strncasecmp.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
test-strncat.c Fix stringop-overflow warning in test-strncat. 2023-03-02 14:25:34 +01:00
test-strncmp.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
test-strncpy.c
test-strndup.c string: Add tests for strndup (BZ #30266) 2023-04-21 10:50:42 -03:00
test-strnlen.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
test-strpbrk.c
test-strrchr.c string: Hook up the default implementation on test-strrchr 2023-02-06 16:19:35 -03:00
test-strspn.c
test-strstr.c
testcopy.c
tester.c
tst-bswap.c
tst-cmp.c
tst-endian.c
tst-inlcall.c
tst-memmove-overflow.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
tst-strcoll-overflow.c
tst-strerror-fail.c string: strerror must not return NULL (bug 30555) 2023-06-15 19:54:09 +02:00
tst-strerror.c
tst-strfry.c
tst-strlcat.c Implement strlcpy and strlcat [BZ #178] 2023-06-14 18:10:08 +02:00
tst-strlcpy.c Implement strlcpy and strlcat [BZ #178] 2023-06-14 18:10:08 +02:00
tst-strlen.c
tst-strsignal.c
tst-strtok.c
tst-strtok_r.c
tst-strxfrm.c
tst-strxfrm2.c
tst-svc.c
tst-svc.expect
tst-svc.input
tst-svc2.c
tst-xbzero-opt.c
wordcopy.c
xpg-strerror.c