Closed
Bug 2033650
Opened 26 days ago
Closed 25 days ago
PK11SlotInfo::maxKeyCount is inconsistently protected by PK11SlotInfo::freeListLock
Categories
(NSS :: Libraries, defect, P1)
NSS
Libraries
Tracking
(nss 3.124)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| nss | --- | 3.124 |
People
(Reporter: keeler, Assigned: keeler)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
PK11_InitToken writes to PK11SlotInfo::maxKeyCount without taking PK11SlotInfo::freeListLock.
| Assignee | ||
Updated•26 days ago
|
Assignee: nobody → dkeeler
| Assignee | ||
Comment 1•26 days ago
|
||
Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/projects/nss/rev/a6b96e09eae0
consistently protect PK11SlotInfo::maxKeyCount with freeListLock r=nss-reviewers,jschanck
Status: NEW → RESOLVED
Closed: 25 days ago
Resolution: --- → FIXED
Updated•18 days ago
|
status-nss:
--- → 3.124
You need to log in
before you can comment on or make changes to this bug.
Description
•