Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork965
Commit315a2fd
committed
Instrument test utility functions to increase fuzzer efficiency
Fuzz Introspector was reporting a high percentage of fuzz blockersin the `fuzz_diff` test. This means the fuzzing engine was unableto gain visibility into functions lower in the call stack than theblocking functions, making it less effective at producing interestinginput data.This clears a large percentage of the fuzz blockers by adding fuzzerinstrumentation to them via the `@atheris.instrument_func` decorator.1 parent4e212c6 commit315a2fd
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
0 commit comments
Comments
(0)