Home
last modified time | relevance | path

Searched hist:fbf2d5a99b94dbdfd751ca36eb89272f2ee81f97 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_memmem.cdiff fbf2d5a99b94dbdfd751ca36eb89272f2ee81f97 Thu Oct 06 22:27:40 CEST 2016 Ed Maste <emaste@FreeBSD.org> 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