Remove this feature as it is unused, buggy, and not worth correcting
since the forkserver makes it difficult.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 27374 Build 27373: arc lint + arc unit
Event Timeline
Comment Actions
Matt could you please take a look.
This patch removes an unused and complicated feature in afl_driver.cpp.
Comment Actions
Sorry @jfb, I don't need your review for this but phabricator keeps fighting me when I try to remove you.
Comment Actions
What was the original motivation for adding the extra stats? Is it really unused now?
Comment Actions
The motivation for adding these stats was getting the same stats from AFL that we get from LF on CF.
In hindsight it seems slightly misguided, these stats are not as important for a fuzzer like AFL that can restart the process.
Is it really unused now?
It is unused by CF and I think it isn't really correct since there is a race condition because of the forkserver.