mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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
This commit is contained in:
parent
e6b0c3b899
commit
c17ba15f61
@ -207,6 +207,13 @@
|
||||
fun:__setenv
|
||||
}
|
||||
|
||||
# See https://bugs.kde.org/show_bug.cgi?id=196528
|
||||
{
|
||||
macos-__pthread_rwlock_init-see-our-bug-196528
|
||||
Memcheck:Cond
|
||||
fun:pthread_rwlock_init
|
||||
}
|
||||
|
||||
#{
|
||||
# libSystem-keymgr-leak-at-exit
|
||||
# Memcheck:Leak
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user