summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/valgrind/suppressions.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt
index 06b4eabe..b4671e8 100644
--- a/tools/valgrind/suppressions.txt
+++ b/tools/valgrind/suppressions.txt
@@ -114,17 +114,20 @@
Memcheck:Param
write(buf)
...
- fun:unixWrite
fun:sqlite3OsWrite
fun:writeJournalHdr
}
+# Fixed in newer SQLite
+# http://www.sqlite.org/cvstrac/tktview?tn=3326
+# http://www.sqlite.org/cvstrac/tktview?tn=3575
+# (Caller of sqlite3VdbeExec is either sqlite3Step or its wrapper sqlite3_step)
{
- SQLite (when creating a new database) ?
+ SQLite_bug_3326
Memcheck:Cond
fun:sqlite3VdbeMemShallowCopy
fun:sqlite3VdbeExec
- fun:sqlite3Step
+ fun:sqlite3*tep
}
{
libevent does not provide a way to clean up unused oneshot timers at exit