Closed
Bug 1866421
Opened 2 years ago
Closed 2 years ago
Nyx::is_replay() should work before snapshot point
Categories
(Core :: Fuzzing, enhancement)
Tracking
()
RESOLVED
FIXED
122 Branch
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: decoder, Assigned: decoder)
Details
Attachments
(1 file)
Currently, the mReplayMode member is populated in the start() method which is undesirable when targets want to check mode before taking the snapshot (e.g. to avoid dumping files in replay mode). This should be moved to the constructor instead.
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9c015650767e
Make Nyx::is_replay work before snapshot point. r=truber
Comment 3•2 years ago
|
||
Backed out for causing build bustage at tools/fuzzing/ipc/IPCFuzzController.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/51a3947c7373d9ef2b849d795e31efd766f90dee
Flags: needinfo?(choller)
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4f9677af622f
Make Nyx::is_replay work before snapshot point. r=truber
Comment 5•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(choller)
You need to log in
before you can comment on or make changes to this bug.
Description
•