Closed
Bug 1457899
Opened 5 years ago
Closed 5 years ago
Change ContentProcess::RecvFileCreationRequest to use IPC_FAIL_NO_REASON instead of KillHard
Categories
(Core :: DOM: Content Processes, defect, P1)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: Alex_Gaynor, Assigned: Alex_Gaynor)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Directly calling KillHard() doesn't play super nicely with the fuzzer. IPC_FAIL_NO_REASON has the same effect, but is nicer for the IPC fuzzer :-)
Comment hidden (mozreview-request) |
Comment 2•5 years ago
|
||
mozreview-review |
Comment on attachment 8971992 [details] Bug 1457899 - use IPC_FAIL_NO_REASON instead of KillHard in ContentParent::RecvFileCreationRequest; https://reviewboard.mozilla.org/r/240734/#review246414
Attachment #8971992 -
Flags: review?(amarchesini) → review+
Assignee | ||
Updated•5 years ago
|
Keywords: checkin-needed
Pushed by toros@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/76583b160138 use IPC_FAIL_NO_REASON instead of KillHard in ContentParent::RecvFileCreationRequest; r=baku
Keywords: checkin-needed
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/76583b160138
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Assignee | ||
Updated•5 years ago
|
Blocks: libfuzzer-ipc
You need to log in
before you can comment on or make changes to this bug.
Description
•