diff fuzz-common.c @ 1385:6c92e97553f1 fuzz

Add a flag whether to longjmp, missed that last commit
author Matt Johnston <matt@ucc.asn.au>
date Thu, 01 Jun 2017 21:30:26 +0800
parents f03cfe9c76ac
children f0990c284663
line wrap: on
line diff
--- a/fuzz-common.c	Tue May 30 22:50:52 2017 +0800
+++ b/fuzz-common.c	Thu Jun 01 21:30:26 2017 +0800
@@ -17,6 +17,7 @@
 void common_setup_fuzzer(void) {
     fuzz.fuzzing = 1;
     fuzz.wrapfds = 1;
+    fuzz.do_jmp = 1;
     fuzz.input = m_malloc(sizeof(buffer));
     _dropbear_log = fuzz_dropbear_log;
     crypto_init();