|
From: Tom H. <th...@cy...> - 2005-02-13 16:57:55
|
CVS commit by thughes:
Add some more pthread suppressions.
M +7 -0 glibc-2.2.supp 1.31
M +8 -0 glibc-2.3.supp 1.21
--- valgrind/glibc-2.2.supp #1.30:1.31
@@ -487,2 +487,9 @@
fun:pthread_create@@GLIBC_2.1
}
+{
+ LinuxThreads: write/pthread_create
+ Memcheck:Param
+ write(buf)
+ fun:write
+ fun:pthread_create@@GLIBC_2.1
+}
--- valgrind/glibc-2.3.supp #1.20:1.21
@@ -337,4 +337,12 @@
}
+{
+ LinuxThreads: write/pthread_create
+ Memcheck:Param
+ write(buf)
+ fun:write
+ fun:pthread_create
+}
+
##----------------------------------------------------------------------##
## glibc-2.3.4 on FC3
|