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

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

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « tools/valgrind/memcheck/suppressions.txt ('k') | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_linux.txt
diff --git a/tools/valgrind/memcheck/suppressions_linux.txt b/tools/valgrind/memcheck/suppressions_linux.txt
index 6ce46070e6f01076ebe28cfa8944f0ae6860e9d7..dae393672a4f088522322e3664c2601f8278ba64 100644
--- a/tools/valgrind/memcheck/suppressions_linux.txt
+++ b/tools/valgrind/memcheck/suppressions_linux.txt
@@ -21,4 +21,34 @@
# in our own code, or stuff that is so trivial it's not worth fixing.
# 3. Suppressions for real chromium bugs that are not yet fixed.
-
+{
+ bug_436253
+ Memcheck:Overlap
+ fun:memcpy@@GLIBC_2.14
+ fun:_ZN7content14WebPreferencesaSERKS0_
+ fun:_ZN7content14RenderViewImpl22OnUpdateWebPreferencesERKNS_14WebPreferencesE
+ fun:_ZN7content14RenderViewImpl20SetWebkitPreferencesERKNS_14WebPreferencesE
+ fun:_ZThn784_N7content14RenderViewImpl20SetWebkitPreferencesERKNS_14WebPreferencesE
+ fun:_ZN7content16WebKitTestRunner5ResetEv
+}
+{
+ bug_436292
+ Memcheck:Param
+ sendmsg(msg.msg_iov[0])
+ ...
+ fun:MojoWriteMessage
+ fun:_ZN3IPC8internal13MessageReader4SendE10scoped_ptrINS_7MessageEN4base14DefaultDeleterIS3_EEE
+ fun:_ZN3IPC11ChannelMojo4SendEPNS_7MessageE
+ fun:_ZN7content20BrowserMessageFilter4SendEPN3IPC7MessageE
+ fun:_ZN7content17AudioRendererHost18DoCompleteCreationEi
+}
+{
+ bug_436292_b
+ Memcheck:Param
+ sendmsg(msg.msg_iov[0])
+ ...
+ fun:MojoWriteMessage
+ fun:_ZN3IPC8internal13MessageReader4SendE10scoped_ptrINS_7MessageEN4base14DefaultDeleterIS3_EEE
+ fun:_ZN3IPC11ChannelMojo17InitMessageReaderEN4mojo16ScopedHandleBaseINS1_17MessagePipeHandleEEEi
+ fun:_ZN3IPC12_GLOBAL__N_117ServerChannelMojo27ClientChannelWasInitializedEi
+}
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698