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

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

Issue 7517013: Suppress V8 uninits and CryptProtectData-related reports (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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/drmemory/suppressions.txt
===================================================================
--- tools/valgrind/drmemory/suppressions.txt (revision 94284)
+++ tools/valgrind/drmemory/suppressions.txt (working copy)
@@ -460,6 +460,7 @@
# http://code.google.com/p/drmemory/issues/detail?id=511
UNINITIALIZED READ
RPCRT4.dll!*
+...
RPCRT4.dll!UuidCreate
ole32.dll!*
@@ -468,6 +469,17 @@
ole32.dll!*
ole32.dll!StringFromGUID2
+# http://code.google.com/p/drmemory/issues/detail?id=512
+UNINITIALIZED READ
+...
+*!browser_sync::Cryptographer::PackBootstrapToken
+*!browser_sync::Cryptographer::GetBootstrapToken
+
+# http://code.google.com/p/drmemory/issues/detail?id=513
+UNINITIALIZED READ
+*!*
+*!v8*
+
############################
# TODO(timurrrr): investigate these
UNINITIALIZED READ
@@ -721,7 +733,7 @@
*!net::SSLServerSocketNSS::InitializeSSLOptions
*!net::SSLServerSocketNSS::Handshake
-# http://crbug.com/88312
+# http://crbug.com/88213
UNADDRESSABLE ACCESS
*!base::win::ObjectWatcher::StopWatching
*!base::win::ObjectWatcher::WillDestroyCurrentMessageLoop
« 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