Hash :
f54ab4c7
Author :
Date :
2008-04-29T06:08:44
Silence valgrind on safe reads beyond potential array bounds. * lib/rawmemchr.valgrind: New file. * lib/strchrnul.valgrind: Likewise. * modules/rawmemchr (Files): Distribute new file. * modules/strchrnul (Files): Likewise. Suggested by Bruno Haible. Signed-off-by: Eric Blake <ebb9@byu.net>
Description:
strchrnul() function: Find the first occurrence of C in S or the final NUL
byte.
Files:
lib/strchrnul.c
lib/strchrnul.valgrind
m4/strchrnul.m4
Depends-on:
extensions
string
rawmemchr
configure.ac:
gl_FUNC_STRCHRNUL
gl_STRING_MODULE_INDICATOR([strchrnul])
Makefile.am:
Include:
<string.h>
License:
LGPL
Maintainer:
Eric Blake, glibc