Closed
Bug 1587033
Opened 6 years ago
Closed 6 years ago
Missing lock in `addNetworkFuzzingBuffer`
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: decoder, Assigned: decoder)
References
Details
Attachments
(1 file)
I missed a lock in addNetworkFuzzingBuffer, required since it modifies the buffer queue and can race with an access in FuzzyClose (thanks to TSan for seeing this).
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4cf1877a0d3f
Add missing lock in Necko fuzzing layer. r=dragana
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•6 years ago
|
Assignee: nobody → choller
You need to log in
before you can comment on or make changes to this bug.
Description
•