Skip to content
Snippets Groups Projects
Commit 715ffd15 authored by timurrrr@chromium.org's avatar timurrrr@chromium.org
Browse files

Suppress yet another wrong-locking report in NSS

BUG=61585
TBR=glider
Review URL: http://codereview.chromium.org/4339003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64951 0039d316-1c4b-4281-b951-d872f2087c98
parent 64e5cc08
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
} }
{ {
bug_61585 bug_61585a
ThreadSanitizer:UnlockForeign ThreadSanitizer:UnlockForeign
fun:pthread_mutex_destroy fun:pthread_mutex_destroy
... ...
...@@ -156,6 +156,18 @@ ...@@ -156,6 +156,18 @@
fun:*AtExitManager* fun:*AtExitManager*
} }
{
bug_61585b
ThreadSanitizer:UnlockNonLocked
fun:pthread_mutex_unlock
fun:PR_Unlock
fun:nssSession_ExitMonitor
fun:find_objects
...
fun:nssTrustDomain_FindCertificatesBySubject
...
}
{ {
bug_61753 bug_61753
ThreadSanitizer:Race ThreadSanitizer:Race
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment