| 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
|
|
|