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

Unified Diff: net/third_party/nss/patches/applypatches.sh

Issue 22758002: Fix a crash in SSL under memory pressure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | net/third_party/nss/patches/sslsock_903565.patch » ('j') | net/third_party/nss/ssl/sslsock.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/patches/applypatches.sh
diff --git a/net/third_party/nss/patches/applypatches.sh b/net/third_party/nss/patches/applypatches.sh
index 81192a4d3bf515e77a553ab0aa1b3f166aed120b..e768a64e572de8a42e27fc5d9b2b999f227f2e08 100755
--- a/net/third_party/nss/patches/applypatches.sh
+++ b/net/third_party/nss/patches/applypatches.sh
@@ -45,3 +45,5 @@ patch -p4 < $patches_dir/secitemarray.patch
patch -p4 < $patches_dir/tls12chromium.patch
patch -p4 < $patches_dir/alpn.patch
+
+patch -p5 < $patches_dir/sslsock_903565.patch
wtc 2013/08/09 21:34:42 This patch also needs to be documented in net/thir
« no previous file with comments | « no previous file | net/third_party/nss/patches/sslsock_903565.patch » ('j') | net/third_party/nss/ssl/sslsock.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698