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

Unified Diff: tools/valgrind/suppressions.txt

Issue 115266: Add valgrind suppression for libxml error in http://crbug.com/11838 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/suppressions.txt
===================================================================
--- tools/valgrind/suppressions.txt (revision 15901)
+++ tools/valgrind/suppressions.txt (working copy)
@@ -584,3 +584,15 @@
fun:_ZN10URLFetcher4Core21OnCompletedURLRequestERK16URLRequestStatus
fun:_ZN14RunnableMethodIN10URLFetcher4CoreEMS1_FvRK16URLRequestStatusE6Tuple1IS2_EE3RunEv
}
+{
+ bug_11838
+ Memcheck:Cond
+ fun:strlen
+ ...
+ fun:__xmlRaiseError
+ ...
+ fun:_ZN16Toolbar5Importer17LocateNextOpenTagEP9XmlReader
+ fun:_ZN16Toolbar5Importer27LocateNextTagWithStopByNameEP9XmlReaderRKSsS3_
+ fun:_ZN16Toolbar5Importer24ParseBookmarksFromReaderEP9XmlReaderPSt6vectorIN13ProfileWriter13BookmarkEntryESaIS4_EE
+ fun:_ZN39Toolbar5ImporterTest_BookmarkParse_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