Closed
Bug 1864488
Opened 1 year ago
Closed 1 year ago
Avoid sending Reply messages in IPC_Generic
Categories
(Core :: Fuzzing, enhancement)
Tracking
()
RESOLVED
FIXED
121 Branch
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: decoder, Assigned: decoder)
Details
Attachments
(1 file)
While we should do IPC Reply fuzzing, sending replies randomly in IPC_Generic is never going to succeed, so we shouldn't try sending these to avoid wasting cycles.
Assignee | ||
Comment 1•1 year ago
|
||
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/63dd895a1432
Avoid reply message types in IPC fuzzing. r=truber
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•