Commit 27290f9
committed
fix(fuzzing): set CRS_PATH so fuzzers find CRS under read-only rootfs
The ContFuzzer platform runs containers with HOME=/tmp and a read-only
root filesystem. Three fuzzers (ipa, avm prover, translator_composer)
call bb_crs_path() which defaults to $HOME/.bb-crs — missing on tmpfs.
Setting CRS_PATH explicitly points them at the baked-in /root/.bb-crs.1 parent 2635e10 commit 27290f9
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
0 commit comments