Skip to content

Commit 15f1cdb

Browse files
author
rhyskidd
committed
Darwin13.supp should include suppression for known uninitialised read in pthread_rwlock_init() as required to pass the memcheck/tests/darwin/pth-supp test. Patch and discussion per BZ #339780.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14860 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent d168899 commit 15f1cdb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

darwin13.supp

+7
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@
134134
fun:setenv
135135
}
136136

137+
# See https://bugs.kde.org/show_bug.cgi?id=196528
138+
{
139+
macos-__pthread_rwlock_init-see-our-bug-196528
140+
Memcheck:Cond
141+
fun:pthread_rwlock_init
142+
}
143+
137144
############################################
138145
## Non-leak errors
139146

0 commit comments

Comments
 (0)