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

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

Issue 6384014: Suppress bug 70825 (Invalid read in net::UploadData::is_chunked())... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 72635)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3711,4 +3711,19 @@
fun:_Znw*
fun:_ZN27ExtensionFunctionDispatcherC1EP14RenderViewHostPNS_8DelegateEPK9ExtensionRK4GURL
}
-
+{
+ bug_70825
+ Memcheck:Addr1
+ fun:_ZNK3net10UploadData10is_chunkedEv
+ fun:_ZNK3net16UploadDataStream10is_chunkedEv
+ fun:_ZN3net16HttpStreamParserD0Ev
+ ...
+ fun:_ZN10scoped_ptrIN3net16HttpStreamParserEED1Ev
+ fun:_ZN3net15HttpBasicStreamD0Ev
+ ...
+ fun:_ZN10scoped_ptrIN3net10HttpStreamEED1Ev
+ fun:_ZN3net22HttpNetworkTransactionD0Ev
+ ...
+ fun:_ZN10scoped_ptrIN3net15HttpTransactionEED1Ev
+ fun:_ZN3net42HttpNetworkTransactionTest_Ignores100_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