Index: net/third_party/nss/README.chromium |
=================================================================== |
--- net/third_party/nss/README.chromium (revision 243686) |
+++ net/third_party/nss/README.chromium (working copy) |
@@ -106,6 +106,11 @@ |
https://code.google.com/p/chromium/issues/detail?id=326011 |
patches/sslnoncestatics.patch |
+ * Use NSSRWLock instead of PRRWLock in sslSessionID. This avoids the bugs |
+ in the lock rank checking code in PRRWLock. |
+ patches/nssrwlock.patch |
+ https://bugzilla.mozilla.org/show_bug.cgi?id=957812 |
+ |
Apply the patches to NSS by running the patches/applypatches.sh script. Read |
the comments at the top of patches/applypatches.sh for instructions. |