- Make size limits in minimize_crash more consistent.
- Fix small enough units not being written to exact_artifact_path.
Details
Details
- Reviewers
aizatsky
Diff Detail
Diff Detail
Event Timeline
| FuzzerDriver.cpp | ||
|---|---|---|
| 349 | The loop in MinimizeCrashInput has this check: if (U.size() < 2) {
...
Printf("CRASH_MIN: '%s' is small enough\n", CurrentFilePath.c_str());So this assert gets hit when the current item is size 2. | |
Comment Actions
Do you need help landing it?
| FuzzerDriver.cpp | ||
|---|---|---|
| 303 | pls change the summary to say smth like "saving small enough units". As far as I can see the issue was bigger than just artifact_path thing. | |
Comment Actions
Thanks for reviewing! Please help with landing this. I have no idea how to do so (or even if I can).
pls change the summary to say smth like "saving small enough units". As far as I can see the issue was bigger than just artifact_path thing.