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

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

Issue 9663034: Fix a buffer length bug and nits in the next protocol negotiation (NPN) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Index: net/third_party/nss/patches/applypatches.sh
===================================================================
--- net/third_party/nss/patches/applypatches.sh (revision 125777)
+++ net/third_party/nss/patches/applypatches.sh (working copy)
@@ -36,3 +36,5 @@
patch -p6 < $patches_dir/restartclientauth.patch
patch -p6 < $patches_dir/encryptedclientcerts.patch
+
+patch -p5 < $patches_dir/nextprotocleanup.patch

Powered by Google App Engine
This is Rietveld 408576698