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

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

Issue 250753002: Suppress uninitialized read that aren't suppressed due to the lack of symbols. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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_full.txt
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt
index f65b93b210d03f70c2351a143a217d407192b06d..24aa28b38314af3efcd87a354e4ed869913e5290 100644
--- a/tools/valgrind/drmemory/suppressions_full.txt
+++ b/tools/valgrind/drmemory/suppressions_full.txt
@@ -1095,6 +1095,57 @@ name=http://crbug.com/64887 (GMock printing uninit data)
...
*!testing::*::PrintBytesInObjectTo*
+# crbug.com
+UNINITIALIZED READ
+name=crbug.com/366905 A (the same issue as 64887, but no symbols)
+MSVCR120.dll!_output_s_l
+MSVCR120.dll!_vsnprintf_helper
+MSVCR120.dll!_vsnprintf_s_l
+MSVCR120.dll!_snprintf_s
+*!*
+*!*
+...
+*!*
+*!*
+KERNEL32.dll!BaseThreadInitThunk
+
+UNINITIALIZED READ
+name=crbug.com/366905 B (the same issue as 64887, but no symbols)
+MSVCR120.dll!sprintf_s
+MSVCR120.dll!_uncaught_exception
+MSVCR120.dll!vsnprintf_s_l
+MSVCR120.dll!snprintf_s
+*!*
+*!*
+...
+*!*
+*!*
+KERNEL32.dll!BaseThreadInitThunk
+
+UNINITIALIZED READ
+name=crbug.com/366905 C (the same issue as 64887, but no symbols)
+*!*
+...
+*!*
+*!*
+*!*
+*!*
+*!*
+*!*
+*!*
+*!*
+*!*
+*!*
+*!*
+*!*
+*!*
+*!*
+*!*
+*!*
+*!*
+*!*
+KERNEL32.dll!BaseThreadInitThunk
+
###############################################################
# Proactively borrowed from memcheck/suppressions.txt.
# We have not yet seen these, but we are expanding the sets of tests
« 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