Commit a378412
committed
pkg/vminfo: re-enable SYZOS for arm64
"executor/kvm: add x86-64 SYZOS fuzzer" accidentally disabled
pseudo-syscalls that manipulate SYZOS VMs, by adding an empty case
to a switch statement.
Merge the two cases together to fix the problem.1 parent dbf35fa commit a378412
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
| 187 | + | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
0 commit comments