From 3a5d5de9ef52ebe8ca2bda2165edc1b34c242e54 Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Fri, 26 Aug 2016 16:28:39 +1000 Subject: nss: work around race condition in PK11_FindSlotByName() Serialise the call to PK11_FindSlotByName() to avoid spurious errors in a multi-threaded environment. The underlying cause is a race condition in nssSlot_IsTokenPresent(). Bug: https://bugzilla.mozilla.org/1297397 Closes #985 --- RELEASE-NOTES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b8a98a99e..e5045cb91 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -38,6 +38,7 @@ This release includes the following bugfixes: o sasl: Don't use GSSAPI authentication when domain name not specified [16] o win: Basic support for Universal Windows Platform apps [17] o nss: fix incorrect use of a previously loaded certificate from file + o nss: work around race condition in PK11_FindSlotByName() [18] This release includes the following known bugs: @@ -75,3 +76,4 @@ References to bug reports and discussions on issues: [15] = https://curl.haxx.se/bug/?i=970 [16] = https://curl.haxx.se/bug/?i=718 [17] = https://curl.haxx.se/bug/?i=820 + [18] = https://bugzilla.mozilla.org/1297397 -- cgit v1.2.3