diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-29 09:19:17 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-29 07:38:27 +0000 |
| commit | 3eb836973e99d81ce65380339eba88d88abece06 (patch) | |
| tree | f4a932f28d82261c1c2b17ef9931a49ccbdac504 /tools | |
| parent | 27e33c581cd83538f39e159d6c7a5bdfba01f917 (diff) | |
tools/syz-prog2c: support swap feature
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-prog2c/prog2c.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/syz-prog2c/prog2c.go b/tools/syz-prog2c/prog2c.go index e59c941a6..adb83d73e 100644 --- a/tools/syz-prog2c/prog2c.go +++ b/tools/syz-prog2c/prog2c.go @@ -92,6 +92,7 @@ func main() { Wifi: features["wifi"].Enabled, IEEE802154: features["ieee802154"].Enabled, Sysctl: features["sysctl"].Enabled, + Swap: features["swap"].Enabled, UseTmpDir: *flagUseTmpDir, HandleSegv: *flagHandleSegv, Repro: *flagRepro, |
