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

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

Issue 1136843007: Added suppression for leak in NSS SSLServerSocket handshake. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 462292e0bfae0def962d4427acc66e243a5b5a72..8c0472f7ccfb30c115a764ea37334d5cb2e08fe9 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3626,3 +3626,16 @@
fun:_ZNK5blink14LayoutSVGShape26calculateStrokeBoundingBoxEv
fun:_ZN5blink14LayoutSVGShape22updateShapeFromElementEv
}
+{
+ bug_487706
+ Memcheck:Leak
+ fun:calloc
+ ...
+ fun:ssl3_HandleClientHello
+ fun:ssl3_HandleHandshakeMessage
+ fun:ssl3_HandleHandshake
+ fun:ssl3_HandleRecord
+ fun:ssl3_GatherCompleteHandshake
+ fun:SSL_ForceHandshake
+ fun:_ZN3net18SSLServerSocketNSS11DoHandshakeEv
+}
« 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