mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 18:33:16 +00:00
fix more valgrind warnings
git-svn: trunk@4299
This commit is contained in:
parent
a0ff88e4af
commit
1133ea32d9
2 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Oct 28 22:08:19 EET 2008 (edwin)
|
||||||
|
------------------------------------
|
||||||
|
* unit_tests/valgrind.supp: fix more valgrind warnings
|
||||||
|
|
||||||
Tue Oct 28 21:47:34 EET 2008 (edwin)
|
Tue Oct 28 21:47:34 EET 2008 (edwin)
|
||||||
------------------------------------
|
------------------------------------
|
||||||
* unit_tests/valgrind.supp: suppress another valgrind warning on
|
* unit_tests/valgrind.supp: suppress another valgrind warning on
|
||||||
|
|
|
@ -130,6 +130,14 @@
|
||||||
fun:*
|
fun:*
|
||||||
fun:ctime_r
|
fun:ctime_r
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
helgrind-glibc27-dbg15
|
||||||
|
Helgrind:Race
|
||||||
|
fun:*
|
||||||
|
fun:*
|
||||||
|
fun:*
|
||||||
|
fun:ctime_r
|
||||||
|
}
|
||||||
{
|
{
|
||||||
helgrind-glibc27-dbg14
|
helgrind-glibc27-dbg14
|
||||||
Helgrind:Race
|
Helgrind:Race
|
||||||
|
@ -186,6 +194,12 @@
|
||||||
Helgrind:Race
|
Helgrind:Race
|
||||||
fun:fork
|
fun:fork
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
glibc-fork
|
||||||
|
Helgrind:Race
|
||||||
|
fun:*
|
||||||
|
fun:fork
|
||||||
|
}
|
||||||
{
|
{
|
||||||
glibc-freetcb
|
glibc-freetcb
|
||||||
Helgrind:Race
|
Helgrind:Race
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue