From cc1b07dcf170890c34c43f247334dbc78d6f8647 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 15 Oct 2020 22:46:24 +0800 Subject: Make wrapfd share a common buffer for all FDs --HG-- branch : fuzz --- fuzz.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fuzz.h') diff --git a/fuzz.h b/fuzz.h index dab6c37..cc98ed2 100644 --- a/fuzz.h +++ b/fuzz.h @@ -31,6 +31,7 @@ void fuzz_seed(void); void fuzz_get_socket_address(int fd, char **local_host, char **local_port, char **remote_host, char **remote_port, int host_lookup); void fuzz_fake_send_kexdh_reply(void); +int fuzz_spawn_command(int *ret_writefd, int *ret_readfd, int *ret_errfd, pid_t *ret_pid); // fake IO wrappers #ifndef FUZZ_SKIP_WRAP -- cgit v1.2.3