poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / memchr.texi
blob98ef20ec6a2195f896b11b293738724df7e39d54
1 @node memchr
2 @section @code{memchr}
3 @findex memchr
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/memchr.html}
7 Gnulib module: memchr
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function dereferences too much memory on some platforms:
13 glibc 2.10 on x86_64, IA-64; glibc 2.11 on Alpha, AIX 7.2.
14 @item
15 This function returns NULL if the character argument is not in the range
16 of an @code{unsigned char} on some platforms:
17 Android 5.0.
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize