summaryrefslogtreecommitdiff
path: root/lib/dev/devt.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1756271 - Remove token member from NSSSlot struct. r=rrelyeaJohn M. Schanck2022-03-231-1/+0
| | | | Differential Revision: https://phabricator.services.mozilla.com/D139547
* Bug 1663661 - Guard against NULL token in nssSlot_IsTokenPresent. r=jcjKevin Jacobs2020-11-031-0/+3
| | | | | | This patch addresses locking inconsistency in `nssSlot_IsTokenPresent` by retaining the slot lock for the duration of accesses to `slot->token`. This is already done correctly elsewhere. As a side effect, this introduces an ordering requirement: we take `slot->lock` followed by `session->lock`. Differential Revision: https://phabricator.services.mozilla.com/D95636
* Bug 1447628, devslot: avoid deadlock when re-inserting a token, r=rrelyeaDaiki Ueno2018-03-221-1/+1
|
* bug 1054373Robert Relyea2018-02-141-1/+10
| | | | | | Crash in PK11_DoesMechanism due to race condition fix additional race with reset. r=mt
* Bug 1054373Robert Relyea2018-01-151-0/+3
| | | | | | | | Crash in PK11_DoesMechanism due to race condition Fix is present race. initial review r=rsleevi second review r=kamel
* Backed out changeset 272dde8958e9Martin Thomson2018-01-051-3/+0
| | | | | | | This seems to trigger assertion failures in PR_Unlock across a number of utilities. It seems intermittent and limited to win32 builds. It's also possible that this is a latent bug, but right now the change is making things noticeably worse.
* Bug 1054373, Crash in PK11_DoesMechanism due to race condition, r=rsleeviRobert Relyea2018-01-041-0/+3
|
* Backed out changeset 919051b7381eRobert Relyea2018-01-031-3/+0
|
* Crash in PK11_DoesMechanism due to race conditionRobert Relyea2018-01-031-0/+3
| | | | | bug 1054373 r=rsleevi
* Bug 1244152 - NSS clang-format: lib/dev, r=kaieNSS_3_23_BETA3Franziskus Kiefer2016-02-051-49/+40
|
* Bug 863871: Remove CVS keywords from NSS source files, Part 1 (trivialBrian Smith2013-04-251-4/+0
| | | | cases). r=wtc.
* Bug 845556, reorganize NSS directory layout, moving files, very large ↵Kai Engert2013-02-281-0/+160
changeset! r=wtc