Mercurial > dropbear
diff runopts.h @ 1348:5c2899e35b63 fuzz
fuzz harness
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 13 May 2017 22:50:54 +0800 |
parents | b28624698130 |
children | 3fdd8c5a0195 |
line wrap: on
line diff
--- a/runopts.h Fri May 12 23:14:54 2017 +0800 +++ b/runopts.h Sat May 13 22:50:54 2017 +0800 @@ -58,29 +58,6 @@ char *mac_list; #endif -#ifdef DROPBEAR_FUZZ - struct { - int fuzzing; - - // to record an unencrypted stream - FILE* recordf; - - // fuzzing input - buffer *input; - - // dropbear_exit() jumps back - sigjmp_buf jmp; - - uid_t pw_uid; - gid_t pw_gid; - char* pw_name; - char* pw_dir; - char* pw_shell; - char* pw_passwd; - - } fuzz; -#endif - } runopts; extern runopts opts;