Closed
Bug 1781243
Opened 3 years ago
Closed 3 years ago
Disable freeze/thaw diagnostic asserts in DOM for IPC fuzzing
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
105 Branch
People
(Reporter: decoder, Assigned: decoder)
Details
(Keywords: sec-other, Whiteboard: [adv-main105-])
Attachments
(1 file)
DOM code has diagnostic asserts for ClientSourceParent::RecvFreeze and ClientSourceParent::RecvThaw that the IPC fuzzer trips very frequently. We should disable these asserts only when we are doing IPC fuzzing (through the FUZZING_SNAPSHOT ifdef).
(Marked s-s until we unhide all the other IPC fuzzing bugs).
| Assignee | ||
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
Avoid DOM thaw/freeze diagnostic asserts in fuzzing. r=smaug
https://hg.mozilla.org/integration/autoland/rev/8e7bff86dda5744a20ebc25c5354fed9035ab2d7
https://hg.mozilla.org/mozilla-central/rev/8e7bff86dda5
Group: dom-core-security → core-security-release
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
Updated•3 years ago
|
status-firefox103:
--- → wontfix
status-firefox104:
--- → wontfix
status-firefox-esr102:
--- → wontfix
status-firefox-esr91:
--- → wontfix
Updated•3 years ago
|
QA Whiteboard: [post-critsmash-triage]
Flags: qe-verify-
Updated•3 years ago
|
Whiteboard: [adv-main105-]
Updated•3 years ago
|
Group: core-security-release
You need to log in
before you can comment on or make changes to this bug.
Description
•