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

Unified Diff: tools/valgrind/tsan/suppressions_win32.txt

Issue 23628009: suppress data race at ServerLicensingOpenW (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/tsan/suppressions_win32.txt
diff --git a/tools/valgrind/tsan/suppressions_win32.txt b/tools/valgrind/tsan/suppressions_win32.txt
index b1e111c41f4ce5bb20cb586dea1a51e2b85dbb6b..056b8d8889047d34305fb9a5254c9362a1cf6ff7 100644
--- a/tools/valgrind/tsan/suppressions_win32.txt
+++ b/tools/valgrind/tsan/suppressions_win32.txt
@@ -223,3 +223,23 @@
...
fun:media::FFmpegVideoDecoder::Decode
}
+{
+ bug_287796
+ ThreadSanitizer:Race
+ fun:ServerLicensingOpenW
+ fun:NdrPointerFree
+ fun:NdrPointerFree
+ fun:NdrPointerFree
+ fun:NdrPointerFree
+ fun:NdrPointerFree
+ fun:NdrUserMarshalMemorySize
+ fun:NdrPointerFree
+ fun:I_RpcReceive
+ fun:I_RpcReceive
+ fun:I_RpcReceive
+ fun:NdrRpcSsDefaultFree
+ fun:NdrRpcSsDefaultFree
+ fun:NdrOleFree
+ fun:NdrNonEncapsulatedUnionBufferSize
+ fun:NdrNonEncapsulatedUnionBufferSize
+}
« 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