Closed
Bug 1915564
Opened 1 year ago
Closed 1 year ago
Rework arena_t::mPRNG initalization to be more explicit about avoiding double initialization
Categories
(Core :: Memory Allocator, task, P3)
Core
Memory Allocator
Tracking
()
RESOLVED
FIXED
132 Branch
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: jstutte, Assigned: jstutte)
References
Details
(Whiteboard: [sp3])
Attachments
(1 file)
The current way of initializing mPRNG is a bit sketchy and prevents us from applying the right MOZ_GUARDED_BY on it.
| Assignee | ||
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P3
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → jstutte
Status: NEW → ASSIGNED
Pushed by jstutte@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fe34b68f167d
Rework arena_t::mPRNG initalization to be more explicit about avoiding double initialization. r=glandium
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
Updated•1 year ago
|
Whiteboard: [sp3]
Updated•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-831
You need to log in
before you can comment on or make changes to this bug.
Description
•