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

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

Issue 2810039: Suppress an invalid read in extension notifications (Closed)
Patch Set: Created 10 years, 6 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
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 590c8860fb88c9720b4453d14ed7a77f6bb47c87..8e0b1b260b76fc9127c8c2b51011335aa06c1f42 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3553,3 +3553,16 @@
fun:sqlite3HashInsert
fun:sqlite3EndTable
}
+{
+ bug_47863
+ Memcheck:Addr4
+ ...
+ fun:_ZN21ExtensionsServiceTest7ObserveE16NotificationTypeRK18NotificationSourceRK19NotificationDetails
+ fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceRK19NotificationDetails
+ fun:_ZN17ExtensionsService21NotifyExtensionLoadedEP9Extension
+ fun:_ZN17ExtensionsService17OnExtensionLoadedEP9Extensionb
+ fun:_ZN17ExtensionsService22LoadInstalledExtensionERK13ExtensionInfob
+ fun:_ZN17ExtensionsService25ContinueLoadAllExtensionsEPSt6vectorI10linked_ptrI13ExtensionInfoESaIS3_EEN4base9TimeTicksEb
+ fun:_ZN17ExtensionsService17LoadAllExtensionsEv
+ fun:_ZN17ExtensionsService16ReloadExtensionsEv
+}
« 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