Closed
Bug 1903326
Opened 2 years ago
Closed 2 years ago
IPCFuzzController is missing PRemoteLazyInputStream as toplevel actor
Categories
(Core :: Fuzzing, defect)
Tracking
()
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: decoder, Assigned: decoder)
Details
Attachments
(1 file)
This causes a startup failure in IPC fuzzing. Long-term we should change how this code works, as it was written under the assumption that toplevel actors are rarely added and this paradigm changed over time.
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0bb969a62dc7
Add missing toplevel actor to IPCFuzzController. r=truber
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•