1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/rawmemchr
Eric Blake f54ab4c77f 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>
2008-04-29 06:31:57 -06:00

27 lines
320 B
Plaintext

Description:
rawmemchr() function: Find the first occurrence of C in S.
Files:
lib/rawmemchr.c
lib/rawmemchr.valgrind
m4/rawmemchr.m4
Depends-on:
extensions
string
configure.ac:
gl_FUNC_RAWMEMCHR
gl_STRING_MODULE_INDICATOR([rawmemchr])
Makefile.am:
Include:
<string.h>
License:
LGPL
Maintainer:
Eric Blake, glibc