Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1658)

Side by Side Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 172117: Update the suppression for issue 20459 with Chris Hawk's findings.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file: 1 # There are three kinds of suppressions in this file:
2 # 1. Third party stuff we have no control over. 2 # 1. Third party stuff we have no control over.
3 # 3 #
4 # 2. Intentional unit test errors, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing. 5 # in our own code, or stuff that is so trivial it's not worth fixing.
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system. 8 # These should all be in chromium's bug tracking system.
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 } 503 }
504 { 504 {
505 bug_18984 505 bug_18984
506 Memcheck:Free 506 Memcheck:Free
507 fun:_ZdlPv 507 fun:_ZdlPv
508 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELm0EEE 508 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELm0EEE
509 ... 509 ...
510 fun:_Z10cssyyparsePv 510 fun:_Z10cssyyparsePv
511 } 511 }
512 { 512 {
513 # Leak of a CFMutableArray of certs in X509Certificate::Verify. 513 # Leak of a CFMutableArray of certs in Apple's
514 # Security::KeychainCore::Trust::evaluate(), which is called by
515 # SecTrustEvaluate(). The leak occurs when we precede a call to
516 # SecTrustEvaluate() with a call to SecTrustSetAnchorCertificates(), which
517 # we do only in the unit tests (to trust the test root CA certificate).
514 bug_20459 518 bug_20459
515 Memcheck:Leak 519 Memcheck:Leak
516 fun:malloc_zone_malloc 520 fun:malloc_zone_malloc
517 fun:_CFRuntimeCreateInstance 521 fun:_CFRuntimeCreateInstance
518 fun:__CFArrayInit 522 fun:__CFArrayInit
519 fun:CFArrayCreateMutableCopy 523 fun:CFArrayCreateMutableCopy
520 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE 524 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
521 fun:_ZN3net12CertVerifier7Request8DoVerifyEv 525 fun:_ZN3net12CertVerifier7Request8DoVerifyEv
522 fun:_ZN14RunnableMethodIN3net12CertVerifier7RequestEMS2_FvvE6Tuple0E3RunEv 526 fun:_ZN14RunnableMethodIN3net12CertVerifier7RequestEMS2_FvvE6Tuple0E3RunEv
523 fun:-[TaskOperation main] 527 fun:-[TaskOperation main]
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 fun:sqlite3_exec 668 fun:sqlite3_exec
665 fun:sqlite3InitCallback 669 fun:sqlite3InitCallback
666 fun:sqlite3_exec 670 fun:sqlite3_exec
667 fun:sqlite3VdbeExec 671 fun:sqlite3VdbeExec
668 fun:sqlite3Step 672 fun:sqlite3Step
669 fun:sqlite3_step 673 fun:sqlite3_step
670 fun:sqlite3_exec 674 fun:sqlite3_exec
671 fun:_ZN7history11URLDatabase27InitKeywordSearchTermsTableEv 675 fun:_ZN7history11URLDatabase27InitKeywordSearchTermsTableEv
672 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath 676 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath
673 } 677 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698