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

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

Issue 3037007: Valgrind: Suppress errors from r52696. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 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 52811)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3694,3 +3694,35 @@
fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4_i
fun:_ZN11ProfileImpl17GetRequestContextEv
}
+{
+ bug_49404a
+ Memcheck:Value4
+ fun:modp_b64_encode
+ fun:_ZN4base12Base64EncodeERKSsPSs
+ fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEES6_RS5_PSs
+ fun:_ZN3net24HttpAuthHandlerNegotiate19DoGenerateAuthTokenEv
+ fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi
+ fun:_ZN3net24HttpAuthHandlerNegotiate12OnIOCompleteEi
+ fun:_Z16DispatchToMethodIN3net24HttpAuthHandlerNegotiateEMS1_FviEiEvPT_T0_RK6Tuple1IT1_E
+ fun:_ZN12CallbackImplIN3net24HttpAuthHandlerNegotiateEMS1_FviE6Tuple1IiEE13RunWithParamsERKS5_
+ fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
+ fun:_ZN3net25SingleRequestHostResolver19OnResolveCompletionEi
+ fun:_Z16DispatchToMethodIN3net25SingleRequestHostResolverEMS1_FviEiEvPT_T0_RK6Tuple1IT1_E
+ fun:_ZN12CallbackImplIN3net25SingleRequestHostResolverEMS1_FviE6Tuple1IiEE13RunWithParamsERKS5_
+ fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
+ fun:_ZN3net16HostResolverImpl7Request10OnCompleteEiRKNS_11AddressListE
+ fun:_ZN3net16HostResolverImpl13OnJobCompleteEPNS0_3JobEiiRKNS_11AddressListE
+ fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv
+}
+{
+ bug_49404b
+ Memcheck:Value4
+ fun:modp_b64_encode
+ fun:_ZN4base12Base64EncodeERKSsPSs
+ fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEES6_RS5_PSs
+ ...
+ fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi
+ fun:_ZN3net24HttpAuthHandlerNegotiate21GenerateAuthTokenImplEPKSbIwSt11char_traitsIwESaIwEES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs
+ fun:_ZN3net15HttpAuthHandler17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs
+ fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv
+}
« 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