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

Unified Diff: tools/valgrind/drmemory/suppressions_full.txt

Issue 1211183003: [MemSheriff] Suppress uninit read in clipboard msg for Dr. Memory + msan (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « content/browser/frame_host/interstitial_page_impl_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/drmemory/suppressions_full.txt
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt
index 6672bba6b7e2543f59458c016de7acbd566aadc6..627182de9fcc76edb4e020b19d359b6ad11651a2 100644
--- a/tools/valgrind/drmemory/suppressions_full.txt
+++ b/tools/valgrind/drmemory/suppressions_full.txt
@@ -2001,3 +2001,10 @@ base.dll!base::Thread::Run
base.dll!base::Thread::ThreadMain
base.dll!base::`anonymous namespace'::ThreadFunc
KERNEL32.dll!BaseThreadInitThunk
+
+UNINITIALIZED READ
+name=bug_506921
+base.dll!base::Pickle::WriteBool
+content.dll!IPC::SyncMessageSchema<>::DispatchWithSendParams<>
+content.dll!ClipboardHostMsg_ReadAvailableTypes::Dispatch<>
+content.dll!content::ClipboardMessageFilter::OnMessageReceived
« no previous file with comments | « content/browser/frame_host/interstitial_page_impl_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698