mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
add some more suppressions
git-svn: trunk@4750
This commit is contained in:
parent
871177cdd9
commit
c5a47c1922
2 changed files with 29 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Feb 12 12:20:05 EET 2009 (edwin)
|
||||
------------------------------------
|
||||
* unit_tests/valgrind.supp: add some more suppressions
|
||||
|
||||
Thu Feb 12 15:22:17 CET 2009 (tk)
|
||||
---------------------------------
|
||||
* libclamav: return codes cleanup (bb#1159)
|
||||
|
|
|
@ -300,6 +300,31 @@
|
|||
obj:*
|
||||
fun:start_thread
|
||||
}
|
||||
{
|
||||
helgrind-glibc2X-005-valgrind-3.4.0
|
||||
Helgrind:Race
|
||||
obj:/lib*/libpthread-2.*so*
|
||||
}
|
||||
{
|
||||
debian-libc-dbg
|
||||
Helgrind:Race
|
||||
fun:__pthread_mutex_*
|
||||
}
|
||||
{
|
||||
debian-libc-dbg
|
||||
Helgrind:Race
|
||||
fun:pthread_create@*
|
||||
}
|
||||
{
|
||||
debian-libc-dbg
|
||||
Helgrind:Race
|
||||
fun:close
|
||||
}
|
||||
{
|
||||
debian-libc-dbg
|
||||
Helgrind:Race
|
||||
obj:/usr/lib*/debug/libpthread-2.*so*
|
||||
}
|
||||
#{
|
||||
# helgrind-glibc27-dbg18
|
||||
# Helgrind:Race
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue