Closed Bug 1925512 Opened 1 year ago Closed 1 year ago

Thread safety of `lockStatus` and `locksEverDisabled`

Categories

(NSS :: Libraries, defect, P3)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mdauer, Assigned: mdauer)

References

(Blocks 2 open bugs)

Details

Attachments

(1 file)

sslLockStatus and locksEverDisabled are global variables and may cause thread safety issues if multiple threads for example call SSL_OptionSet with SSL_NO_LOCKS. They don't seem to be actually used anywhere, so I guess it would make sense to simply remove them?

Severity: -- → S4
Priority: -- → P3
Assignee: nobody → mdauer
Status: NEW → ASSIGNED

These are not thread-safe and aren't used anywhere, so we can just remove them.

Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: