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

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

Issue 8424009: Suppresses an OOB read in NSS SSL and disables SSLClientSocketTest.ConnectMismatched. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 2 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 | « tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt ('k') | 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 107915)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -2073,6 +2073,20 @@
fun:_ZN3net18SSLClientSocketNSS14DoPayloadWriteEv
}
{
+ bug_44341g
+ Memcheck:Addr4
+ ...
+ fun:PK11_CipherOp
+ fun:ssl3_CompressMACEncryptRecord
+ fun:ssl3_SendRecord
+ fun:ssl3_SendApplicationData
+ fun:ssl_SecureSend
+ fun:ssl_SecureWrite
+ fun:ssl_Write
+ fun:PR_Write
+ fun:_ZN3net18SSLClientSocketNSS14DoPayloadWriteEv
+}
+{
bug_44385
Memcheck:Leak
fun:_Znw*
« no previous file with comments | « tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698