aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_bsd.h
diff options
context:
space:
mode:
authorm00nbsd <42475391+m00nbsd@users.noreply.github.com>2020-06-11 23:16:52 +0200
committerGitHub <noreply@github.com>2020-06-11 23:16:52 +0200
commit0f23e882fa8ef33d4f44a3fc0a5bba7a32889801 (patch)
tree8a419c6258329fe77cacf0d410cc87501fa9c387 /executor/executor_bsd.h
parent1ffa7b1e771dad7944976c721ed61a0762d7b65f (diff)
sys/netbsd: add support for fault injection (#1817)
Diffstat (limited to 'executor/executor_bsd.h')
-rw-r--r--executor/executor_bsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/executor_bsd.h b/executor/executor_bsd.h
index c17f37964..a9440acec 100644
--- a/executor/executor_bsd.h
+++ b/executor/executor_bsd.h
@@ -172,6 +172,7 @@ static bool cover_check(uint64 pc)
#define SYZ_HAVE_FEATURES 1
static feature_t features[] = {
{"usb", setup_usb},
+ {"fault", setup_fault},
};
static void setup_machine(void)