summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-04-29 06:08:44 -0600
committerEric Blake <ebb9@byu.net>2008-04-29 06:31:57 -0600
commitf54ab4c77f02cdc8fc480d2bb0aa406eb8ff9039 (patch)
treefb1aa4058851f0f6dbc1e78df48b6615274e6952 /ChangeLog
parentda79138de50a46870a8c56a7aef09bf66591c402 (diff)
downloadgnulib-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ceaee0794e..ed3c2106a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.