comparison fuzz.h @ 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 a90fdd2d2ed8
comparison
equal deleted inserted replaced
1384:ecdd4e8ae427 1385:6c92e97553f1
47 struct dropbear_cipher recv_cipher; 47 struct dropbear_cipher recv_cipher;
48 struct dropbear_hash recv_mac; 48 struct dropbear_hash recv_mac;
49 int wrapfds; 49 int wrapfds;
50 50
51 // dropbear_exit() jumps back 51 // dropbear_exit() jumps back
52 int do_jmp;
52 sigjmp_buf jmp; 53 sigjmp_buf jmp;
53 54
54 uid_t pw_uid; 55 uid_t pw_uid;
55 gid_t pw_gid; 56 gid_t pw_gid;
56 char* pw_name; 57 char* pw_name;