diff options
author | Eric Blake <ebb9@byu.net> | 2008-04-29 06:08:44 -0600 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2008-04-29 06:31:57 -0600 |
commit | f54ab4c77f02cdc8fc480d2bb0aa406eb8ff9039 (patch) | |
tree | fb1aa4058851f0f6dbc1e78df48b6615274e6952 /ChangeLog | |
parent | da79138de50a46870a8c56a7aef09bf66591c402 (diff) | |
download | gnulib-f54ab4c77f02cdc8fc480d2bb0aa406eb8ff9039.tar.gz |
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>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-04-29 Eric Blake <ebb9@byu.net> + + 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. + 2008-04-29 Bruno Haible <bruno@clisp.org> * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists. |