freebsd-dev/contrib/netbsd-tests/lib/libc/string
Ed Maste fbf2d5a99b Add test for a musl libc memmem bug
With a short needle (aka little) musl's memmem could read past the end
of the haystack (aka big). This was fixed in musl commit c718f9f.

Reviewed by:	ed
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D8137
2016-10-06 20:27:40 +00:00
..
t_bm.c
t_memchr.c
t_memcpy.c Update goodResult after recent changes made to the PRNG in libc 2016-06-09 18:35:37 +00:00
t_memmem.c Add test for a musl libc memmem bug 2016-10-06 20:27:40 +00:00
t_memset.c Checkpoint initial integration work 2016-08-12 08:50:05 +00:00
t_popcount.c
t_strcat.c
t_strchr.c
t_strcmp.c
t_strcpy.c
t_strcspn.c
t_strerror.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_stresep.c
t_strlen.c
t_strpbrk.c
t_strrchr.c
t_strspn.c
t_swab.c