Closed
Bug 1455075
Opened 7 years ago
Closed 7 years ago
ContentParent::RecvShowAlert null-ptr-defers is aAlert is null
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)
It derefs the argument unconditionally. Prior to bug 1443954 the value was passed as a const reference, so it couldn't be null, but that change made it nullable.
Fuzzing triggers the null deref crash pretty easily.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8969014 [details]
Bug 1455075 - handle a null argument in ContentParent::RecvShowAlert;
https://reviewboard.mozilla.org/r/237702/#review243762
Attachment #8969014 -
Flags: review?(nika) → review+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/4261c7933ce9
handle a null argument in ContentParent::RecvShowAlert; r=mystor
Keywords: checkin-needed
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Assignee | ||
Updated•7 years ago
|
Blocks: libfuzzer-ipc
You need to log in
before you can comment on or make changes to this bug.
Description
•