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

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

Issue 183893040: Suppress memory error in webcrypto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « 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/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index d3d10bffcddb9a7ad512eb4bc44f5fb82327860a..fab150b400d77d31e6b1e5b5917616134c2e6ca9 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6314,3 +6314,10 @@
fun:_ZN3WTFL16threadEntryPointEPv
fun:_ZN3WTFL19wtfThreadEntryPointEPv
}
+{
+ bug_349939
+ Memcheck:Uninitialized
+ fun:_ZN4base9HexEncodeEPKvm
+ fun:_ZN7content9webcrypto12_GLOBAL__N_118ArrayBufferMatchesERKSt6vectorIhSaIhEERKN5blink14WebArrayBufferE
+ fun:_ZN7content9webcrypto53SharedCryptoTest_AesKwRawSymkeyUnwrapCorruptData_Test8TestBodyEv
+}
« 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