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

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

Issue 552037: Add a Mac Valgrind suppression for an invalid free deep in the NIB loading procedure. (Closed)
Patch Set: Created 10 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_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 839ad0150ae09068e45edc5e42112a232200f58e..5e6920fedcf7298b4515843a39184122649a230b 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -165,6 +165,24 @@
fun:CFArrayCreateMutableCopy
fun:_ZN8Security12KeychainCore5Trust8evaluateEv
}
+{
+ bug_32564
+ Memcheck:Free
+ fun:free
+ fun:_cache_free_block
+ fun:_cache_collect_free
+ fun:_cache_fill
+ fun:_cache_addForwardEntry
+ fun:class_respondsToSelector
+ fun:-[NSNibOutletConnector establishConnection]
+ fun:-[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]
+ fun:loadNib
+ fun:+[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:]
+ fun:+[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:]
+ fun:-[NSWindowController loadWindow]
+ fun:-[NSWindowController window]
+ fun:_ZN12_GLOBAL__N_155EditSearchEngineControllerTest_ValidImageOriginals_Test8TestBodyEv
+}
# 2. Intentional unit test errors, stuff that is somehow a false positive
# in our own code, or stuff that is so trivial it's not worth fixing.
« 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