Add a flag whether to longjmp, missed that last commit

--HG--
branch : fuzz
This commit is contained in:
Matt Johnston
2017-06-01 21:30:26 +08:00
parent ea0e23c172
commit 81b64ea0b5
5 changed files with 7 additions and 3 deletions

1
fuzz.h
View File

@@ -49,6 +49,7 @@ struct dropbear_fuzz_options {
int wrapfds;
// dropbear_exit() jumps back
int do_jmp;
sigjmp_buf jmp;
uid_t pw_uid;