aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorPeter Wang <novalazy@gmail.com>2016-08-26 16:28:39 +1000
committerKamil Dudka <kdudka@redhat.com>2016-08-26 14:42:22 +0200
commit3a5d5de9ef52ebe8ca2bda2165edc1b34c242e54 (patch)
treef014092c1602c41422afa82cb5362392fc1ee1a5 /RELEASE-NOTES
parent7700fcba64bf5806de28f6c1c7da3b4f0b38567d (diff)
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
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 2 insertions, 0 deletions
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