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

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

Issue 1792633002: Roll chromium_revision db8316d..6a56b54 (380688:380836): MSVS 2015 switch (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Added Dr Memory Full suppressions Created 4 years, 9 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind-webrtc/drmemory/suppressions.txt
diff --git a/tools/valgrind-webrtc/drmemory/suppressions.txt b/tools/valgrind-webrtc/drmemory/suppressions.txt
index 1b0626c7ab640574999f53e31e31beb36e2c7b74..0658d343672f4ffb94a14fef442c60b04d0bb089 100644
--- a/tools/valgrind-webrtc/drmemory/suppressions.txt
+++ b/tools/valgrind-webrtc/drmemory/suppressions.txt
@@ -650,3 +650,48 @@ name=https://code.google.com/p/webrtc/issues/detail?id=3490 (4)
*!testing::internal::EqHelper<>::Compare<>
*!rtc::AsyncWriteTest_TestWrite_Test::TestBody
*!testing::internal::HandleSehExceptionsInMethodIfSupported<>
+
+INVALID HEAP ARGUMENT
+name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (1)
+drmemorylib.dll!replace_free
+...
+ucrtbased.dll!setlocale
+MSVCP140D.dll!std::_Locinfo::_Locinfo_ctor
+MSVCP140D.dll!std::_Locinfo::_Locinfo
+...
+KERNEL32.dll!BaseThreadInitThunk
+
+INVALID HEAP ARGUMENT
+name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (2)
+drmemorylib.dll!replace_free
+...
+ucrtbased.dll!setlocale
+MSVCP140D.dll!std::_Locinfo::_Locinfo_ctor
+MSVCP140D.dll!std::_Locinfo::_Locinfo
+...
+*!testing::internal::HandleSehExceptionsInMethodIfSupported<>
+
+INVALID HEAP ARGUMENT
+name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (3)
+drmemorylib.dll!replace_free
+...
+ucrtbased.dll!setlocale
+MSVCP140D.dll!std::_Locinfo::_Locinfo_ctor
+MSVCP140D.dll!std::_Locinfo::_Locinfo
+...
+*!main
+
+UNINITIALIZED READ
+name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (4)
+ucrtbased.dll!umask_s
+...
+*!testing::internal::HandleSehExceptionsInMethodIfSupported<>
+
+UNINITIALIZED READ
+name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (5)
+system call NtWriteFile parameter #5
+KERNELBASE.dll!WriteFile
+KERNEL32.dll!WriteFile
+ucrtbased.dll!umask_s
+...
+*!testing::internal::HandleSehExceptionsInMethodIfSupported<>
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698