Commit 553025a
authored
fix(fuzz): reduce mem budget to prevent timeouts (#913)
Fixes OSS-Fuzz timeout caused by expressions like "-817810..178"
creating ~818K element arrays that exceeded the 60s timeout when
passed to fmt.Sprintf for string formatting.
Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>1 parent 77df211 commit 553025a
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
0 commit comments