Commit 2010ab0
workflows: fuzzer: generate and use the IPC dictionary
Generate the IPC3 / IPC4 libFuzzer dictionary on the fly from the
in-tree headers and pass it to fuzz.sh through the new -d option, so the
CI fuzzing job benefits from dictionary-guided mutation without
committing a generated file to the tree.
The dictionary is written to $RUNNER_TEMP, which is provisioned and
cleaned up by the runner and lives outside the checkout, so nothing is
committed. The generation step is best-effort (continue-on-error): if
the generator ever breaks, the job still fuzzes without the dictionary
rather than failing, and fuzz.sh -d tolerates the missing file.
Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>1 parent 7d244bf commit 2010ab0
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
78 | 88 | | |
79 | 89 | | |
80 | 90 | | |
| |||
83 | 93 | | |
84 | 94 | | |
85 | 95 | | |
86 | | - | |
| 96 | + | |
| 97 | + | |
87 | 98 | | |
88 | 99 | | |
89 | 100 | | |
| |||
0 commit comments