Skip to content

Commit bbb85ee

Browse files
author
rhyskidd
committed
Darwin11.supp should include suppression for known uninitialised read in pthread_rwlock_init() as required to pass the memcheck/tests/darwin/pth-supp test. bz#196528.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15303 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent 84e6326 commit bbb85ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

darwin11.supp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,13 @@
207207
fun:__setenv
208208
}
209209

210+
# See https://bugs.kde.org/show_bug.cgi?id=196528
211+
{
212+
macos-__pthread_rwlock_init-see-our-bug-196528
213+
Memcheck:Cond
214+
fun:pthread_rwlock_init
215+
}
216+
210217
#{
211218
# libSystem-keymgr-leak-at-exit
212219
# Memcheck:Leak

0 commit comments

Comments
 (0)