aboutsummaryrefslogtreecommitdiffstats
path: root/sys/targets
diff options
context:
space:
mode:
authorLaura Peskin <pesk@google.com>2024-05-22 14:43:55 -0700
committerDmitry Vyukov <dvyukov@google.com>2024-06-18 09:36:15 +0000
commit58711dfa434f653312bd9a7f87cd466609bd02d4 (patch)
tree5f1da43ef1bf2dc17cf36fa510f69566bbb8791b /sys/targets
parent35874462c0edca2e6ca70ed0aabddfb33d8686f3 (diff)
vm/starnix: run without host fuzzer mode
Removes the SYZ_STARNIX_HACK envvar and runs syz-fuzzer on the VM. Co-authored-by: mvanotti@google.com
Diffstat (limited to 'sys/targets')
-rw-r--r--sys/targets/targets.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/targets/targets.go b/sys/targets/targets.go
index 2fce53255..fd5d6f10c 100644
--- a/sys/targets/targets.go
+++ b/sys/targets/targets.go
@@ -732,11 +732,6 @@ func initTarget(target *Target, OS, arch string) {
if target.BigEndian {
target.HostEndian = binary.BigEndian
}
- // Temporal hack.
- if OS == Linux && os.Getenv("SYZ_STARNIX_HACK") != "" {
- target.ExecutorUsesForkServer = false
- target.HostFuzzer = true
- }
target.initAddr2Line()
}