27 Commits

Author SHA1 Message Date
fbabfe3219 valgrind memcheck suppress leak of per-thread g_errno 2016-10-13 12:19:47 +02:00
12563ae2fe More DRD suppressions 2016-09-20 15:55:25 +02:00
a951bbb13a Temporarilysuppres DRD warnigns about bigfile/file race conditions on file handles 2016-09-20 15:29:32 +02:00
948bfb0f7a DRD warnign suppression for settimeofdayinmilliseconds() 2016-09-20 15:28:46 +02:00
57b5a20fe9 More DRD suppressions 2016-09-20 11:51:59 +02:00
1b544855e8 More DRD suppressions 2016-09-20 11:49:54 +02:00
a5c1b68cd4 More DRD suppressions 2016-09-20 11:49:38 +02:00
fbb6bcf03c Tell DRD to ignore updateDiskReadCompleted() 2016-09-20 11:32:37 +02:00
bb18c221ed more helgrind suppressions 2016-09-15 15:34:35 +02:00
b460718f5f More helgrind suppressions until I have time to look into it 2016-09-15 15:18:25 +02:00
6a481d0ee5 added more helgrind suppressions (until we have time to look into them) 2016-08-25 15:49:57 +02:00
2dcf0b101f More helgrind suppression 2016-08-11 14:13:09 +02:00
c1253d7a8f s_adjustment is essentially thread-safe enough to read 2016-08-09 16:24:23 +02:00
0460375285 Suppress (temporarily) write race on File.cpp:s_timestamps[] 2016-08-08 15:26:59 +02:00
aee0e2aee9 Suppress multiple-write race condition (harmless) 2016-08-08 15:16:25 +02:00
4f1f0679b1 Ignore leak in g_errno() 2016-07-28 17:02:28 +02:00
11f091a10b more valgrind suppressions 2016-04-05 15:01:41 +02:00
73b6a30329 More valgrind supressions (until I have time to fix them properly) 2016-02-16 16:50:58 +01:00
73eaaeabed valgrind: allow questionable construct in Url::set() 2016-02-11 13:55:14 +01:00
b8871d7e73 valgrinding: more suppressions 2016-02-09 14:49:50 +01:00
203ebde2be Suppress valgrind warning until we figure out why siteterm is hashed twice 2016-02-04 16:36:23 +01:00
a1e7180724 msg39_reply no longer sends uninitialized bytes 2016-01-25 16:40:59 +01:00
7fb46537f2 more valgrinding 2016-01-25 14:30:39 +01:00
88333cf598 More valgrind suppressions 2016-01-12 15:45:32 +01:00
c5897ef121 More valgrind suppressions
XmlDoc can contain uninitialized bytes in it and when it is directly compressed
zlib will touch those bytes causing a valgrind error. These warnings are now
supressed until XmlDoc is in a better shape.
2016-01-12 13:49:49 +01:00
b4d3f5b92d Words::set() is called with both NUL-terminated and not-NUL-terminated buffers 2015-12-04 10:42:06 +01:00
ef43a24219 Added valgrind configuration file 2015-11-20 11:55:08 +01:00