summaryrefslogtreecommitdiff
path: root/tests/test_memchr_static_read.c (follow)
AgeCommit message (Collapse)Author
2024-03-19Relax our checks for memchr on C11 and above2.2jvoisin
Since C11: > This function behaves as if it reads the bytes sequentially and stops as soon as a matching bytes is found: if the array pointed to by ptr is smaller than count, but the match is found within the array, the behavior is well-defined. Reported-by: q66
2023-08-20Add two tests for memchrjvoisin