Skip to content

Commit bffba1d

Browse files
author
Nicholas Nethercote
committed
Make libpthread strstr suppression a bit more general.
MERGED FROM CVS HEAD git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3308
1 parent df13f9e commit bffba1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

glibc-2.3.supp

+4-4
Original file line numberDiff line numberDiff line change
@@ -251,16 +251,16 @@
251251
Memcheck:Cond
252252
fun:strstr
253253
fun:__pthread_initialize_minimal
254-
obj:/lib/tls/libpthread-0.61.so
255-
obj:/lib/tls/libpthread-0.61.so
254+
obj:/lib/tls/libpthread*.so*
255+
obj:/lib/tls/libpthread*.so*
256256
}
257257
{
258258
Unterminated strstr string in is_smp_system() (LinuxThreads)
259259
Memcheck:Cond
260260
fun:strstr
261261
fun:pthread_initialize
262-
obj:/lib/i686/libpthread-0.10.so
263-
obj:/lib/i686/libpthread-0.10.so
262+
obj:/lib/i686/libpthread*.so*
263+
obj:/lib/i686/libpthread*.so*
264264
}
265265
{
266266
Unterminated strstr string in is_smp_system() (LinuxThreads)

0 commit comments

Comments
 (0)