Skip to content

Commit

Permalink
Darwin13.supp should include suppression for known uninitialised read…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
Echelon9 committed Jan 9, 2015
1 parent 872f37b commit b863738
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions darwin13.supp
Expand Up @@ -134,6 +134,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
}

############################################
## Non-leak errors

Expand Down

0 comments on commit b863738

Please sign in to comment.