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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 418037: Fix wildcard use in suppression for bug 28386 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 32712)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -1578,8 +1578,8 @@
{
bug_28386
Memcheck:Addr4
- fun:*OCSPRequestSession*ReadCompleted*URLRequest
- fun:*OCSPRequestSession*ResponseStarted*URLRequest
+ fun:*OCSPRequestSession15OnReadCompletedEP10URLRequesti
+ fun:*OCSPRequestSession17OnResponseStartedEP10URLRequest
fun:_ZN10URLRequest15ResponseStartedEv
fun:_ZN13URLRequestJob21NotifyHeadersCompleteEv
fun:_ZN17URLRequestHttpJob21NotifyHeadersCompleteEv
@@ -1604,8 +1604,8 @@
{
bug_28386
Memcheck:Addr4
- fun:*OCSPRequestSession*ReadCompleted*URLRequest*
- fun:*OCSPRequestSession*OnResponseStarted*URLRequest
+ fun:*OCSPRequestSession15OnReadCompletedEP10URLRequesti
+ fun:*OCSPRequestSession17OnResponseStartedEP10URLRequest
fun:_ZN10URLRequest15ResponseStartedEv
fun:_ZN13URLRequestJob21NotifyHeadersCompleteEv
fun:_ZN17URLRequestHttpJob21NotifyHeadersCompleteEv
« 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