diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-06-01 21:30:26 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-06-01 21:30:26 +0800 |
commit | 81b64ea0b592d0ac49807af0652d153d68665fbe (patch) | |
tree | 2763fddf18b2c78f801d2ba7cca9f10481d63b32 /fuzz.h | |
parent | ea0e23c172ea1e97613c70550afbb5ce1e89fa10 (diff) |
Add a flag whether to longjmp, missed that last commit
--HG--
branch : fuzz
Diffstat (limited to 'fuzz.h')
-rw-r--r-- | fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ struct dropbear_fuzz_options { int wrapfds; // dropbear_exit() jumps back + int do_jmp; sigjmp_buf jmp; uid_t pw_uid; |