summaryrefslogtreecommitdiff
path: root/gl/strchrnul.valgrind
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-13 14:10:55 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-13 14:15:05 +0200
commit2385c7f999c12802b11859a34b89ff7662b1f4af (patch)
treea6dc75e9438f5ea2413a627ce8dde5d28e2a195b /gl/strchrnul.valgrind
parent7f373a9e760c1aaad40aff7878dba1399831c9c3 (diff)
downloadgnutls-2385c7f999c12802b11859a34b89ff7662b1f4af.tar.gz
Added crywrap to the distributed programs.
Diffstat (limited to 'gl/strchrnul.valgrind')
-rw-r--r--gl/strchrnul.valgrind12
1 files changed, 12 insertions, 0 deletions
diff --git a/gl/strchrnul.valgrind b/gl/strchrnul.valgrind
new file mode 100644
index 0000000000..b14fa1304d
--- /dev/null
+++ b/gl/strchrnul.valgrind
@@ -0,0 +1,12 @@
+# Suppress a valgrind message about use of uninitialized memory in strchrnul().
+# This use is OK because it provides only a speedup.
+{
+ strchrnul-value4
+ Memcheck:Value4
+ fun:strchrnul
+}
+{
+ strchrnul-value8
+ Memcheck:Value8
+ fun:strchrnul
+}