summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/valgrind/suppressions.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt
index 1897aa0..0b0c912 100644
--- a/tools/valgrind/suppressions.txt
+++ b/tools/valgrind/suppressions.txt
@@ -88,10 +88,12 @@
}
{
- SQLite ?
+ # There is a fix in mainline, http://www.sqlite.org/cvstrac/chngview?cn=5968
+ # See also http://article.gmane.org/gmane.comp.db.sqlite.general/43177
+ SQLite write
Memcheck:Param
write(buf)
- obj:/lib*/libpthread-2.*.so
+ ...
fun:unixWrite
fun:sqlite3OsWrite
fun:writeJournalHdr