summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-20 00:27:03 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-20 00:27:03 +0000
commitbc04c68a59eb4b7d6e154f396f6506cba7ba73e0 (patch)
treeeeb9a6aa985c5a1321aa5b7859acf1fd12e2e7b0
parentde7f5b64ce3af84be7b8ca40eb0742291ba07984 (diff)
downloadchromium_src-bc04c68a59eb4b7d6e154f396f6506cba7ba73e0.zip
chromium_src-bc04c68a59eb4b7d6e154f396f6506cba7ba73e0.tar.gz
chromium_src-bc04c68a59eb4b7d6e154f396f6506cba7ba73e0.tar.bz2
Suppressing pkix memcheck erros.
They are most likely a problem in the library we depend, but I'd like somewone who knows better to look at this before moving this to category 1. BUG=32641 TEST=none Review URL: http://codereview.chromium.org/552053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36584 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/valgrind/memcheck/suppressions.txt49
1 files changed, 48 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 3adc20c..f56d3ab 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -2221,4 +2221,51 @@
fun:start_thread
fun:clone
}
-
+{
+ bug_32641
+ Memcheck:Addr4
+ fun:NSSRWLock_LockRead_Util
+ fun:SECMOD_GetReadLock
+ fun:PK11_GetAllTokens
+ fun:PK11_GetBestSlotMultiple
+ fun:PK11_GetBestSlot
+ fun:PK11_CreateDigestContext
+ fun:PK11_HashBuf
+ fun:ocsp_DigestValue
+ fun:cert_GetSubjectNameDigest
+ fun:ocsp_CreateCertID
+ fun:CERT_CreateOCSPCertID
+ fun:PKIX_PL_OcspCertID_Create
+ fun:pkix_OcspChecker_CheckExternal
+ fun:PKIX_RevocationChecker_Check
+ fun:pkix_CheckChain
+ fun:pkix_Build_ValidateEntireChain
+ fun:pkix_BuildForwardDepthFirstSearch
+ fun:pkix_Build_InitiateBuildChain
+ fun:PKIX_BuildChain
+ fun:CERT_PKIXVerifyCert
+}
+{
+ bug_32641
+ Memcheck:Addr4
+ ...
+ fun:nssSession_ExitMonitor
+ fun:find_objects
+ fun:find_objects_by_template
+ fun:nssToken_FindCertificatesBySubject
+ fun:nssTrustDomain_FindCertificatesBySubject
+ fun:nssCertificate_BuildChain
+ fun:NSSCertificate_BuildChain
+ fun:CERT_FindCertIssuer
+ fun:ocsp_CreateCertID
+ fun:CERT_CreateOCSPCertID
+ fun:PKIX_PL_OcspCertID_Create
+ fun:pkix_OcspChecker_CheckExternal
+ fun:PKIX_RevocationChecker_Check
+ fun:pkix_CheckChain
+ fun:pkix_Build_ValidateEntireChain
+ fun:pkix_BuildForwardDepthFirstSearch
+ fun:pkix_Build_InitiateBuildChain
+ fun:PKIX_BuildChain
+ fun:CERT_PKIXVerifyCert
+}