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

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

Issue 7712002: Add Memcheck:Param suppression for mach_override_ptr. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 377bf98ddcead47983cc14ee0b5e5aefd3eb07bd..e58b2ebec3df53dd55a54a330bd2c82d40361a3e 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1852,9 +1852,17 @@
fun:*AvatarMenuBubbleControllerTest*
}
{
- bug_93711
+ bug_93711_a
Memcheck:Leak
fun:malloc
fun:allocateBranchIsland
fun:mach_override_ptr
}
+{
+ bug_93711_b
+ Memcheck:Param
+ msync(start)
+ fun:msync$UNIX2003
+ fun:mach_override_ptr
+}
+
« 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