mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
setup svr_dropbear_exit
--HG-- branch : fuzz
This commit is contained in:
parent
beaff53a79
commit
6d33a2b0bb
@ -6,6 +6,8 @@
|
||||
#include "fuzz.h"
|
||||
#include "dbutil.h"
|
||||
#include "runopts.h"
|
||||
#include "crypto_desc.h"
|
||||
#include "session.h"
|
||||
|
||||
struct dropbear_fuzz_options fuzz;
|
||||
|
||||
@ -21,6 +23,9 @@ void svr_setup_fuzzer(void) {
|
||||
|
||||
common_setup_fuzzer();
|
||||
|
||||
_dropbear_exit = svr_dropbear_exit;
|
||||
_dropbear_log = svr_dropbear_log;
|
||||
|
||||
char *argv[] = {
|
||||
"-E",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user