fix more valgrind warnings

git-svn: trunk@4299
This commit is contained in:
Török Edvin 2008-10-28 19:40:30 +00:00
parent a0ff88e4af
commit 1133ea32d9
2 changed files with 18 additions and 0 deletions

View file

@ -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

View file

@ -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