Commit 63f535e8 authored by hbono@chromium.org's avatar hbono@chromium.org

Suppresses an OOB read in NSS and disables SSLClientSocketTest.ConnectMismatched.

This change suppresses an OOB read (which may be caused by the lack of symbols as written in <http://crbug.com/44341#c24>) and disables another SSLClientSocketTest on the "Windows Tests (tsan)" bot.

TBR=stuartmorgan
BUG=44341,102330
TEST=make the memory bots greener.
Review URL: http://codereview.chromium.org/8424009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107932 0039d316-1c4b-4281-b951-d872f2087c98
parent 13cdf8e5
......@@ -35,3 +35,4 @@ X509CertificateTest.TestKnownRoot
# See http://crbug.com/102330
SSLClientSocketTest.ConnectExpired
SSLClientSocketTest.ConnectMismatched
......@@ -2072,6 +2072,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment