summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZooko O'Whielacronx <zooko@zooko.com>2012-07-12 11:59:25 -0300
committerZooko O'Whielacronx <zooko@zooko.com>2012-07-12 11:59:25 -0300
commit6ebafb1372a2fd34b5945e9cd360656fc3b294e5 (patch)
treea6008fa68fc6c6af77f04e7809845cf8317e7b72
parent47bb9e56e360bfc7f3d67ec9ac57243b9b823463 (diff)
suppress bogus errors on luther sid with some other random number appended to the function names
-rw-r--r--misc/coding_helpers/python.supp20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/coding_helpers/python.supp b/misc/coding_helpers/python.supp
index 102e2ec..1a9a45e 100644
--- a/misc/coding_helpers/python.supp
+++ b/misc/coding_helpers/python.supp
@@ -64,6 +64,26 @@
fun:PyObject_Realloc.part.0.20700
}
+# generated on luther sid
+# e.g. https://tahoe-lafs.org/buildbot-pycryptopp/builders/luther%20sid/builds/116/steps/double%20load%20valgrind/logs/valgrind
+{
+ luther sid addr4 realloc
+ Memcheck:Addr4
+ fun:PyObject_Realloc.part.0.20856
+}
+
+{
+ luther sid cond realloc
+ Memcheck:Cond
+ fun:PyObject_Realloc.part.0.20856
+}
+
+{
+ luther sid value4 realloc
+ Memcheck:Value4
+ fun:PyObject_Realloc.part.0.20856
+}
+
# glibc was apparently changed to avoid this: http://sources.redhat.com/bugzilla/show_bug.cgi?id=4306
{
use (not really, according to Ulrich Drepper) of uninitailised bytes by glibc in utimes()