glaring wrapfd problems fixed

--HG--
branch : fuzz
This commit is contained in:
Matt Johnston
2017-05-20 22:47:19 +08:00
parent fdc6f32392
commit c169423051
12 changed files with 72 additions and 21 deletions

1
fuzz.h
View File

@@ -23,6 +23,7 @@ void fuzz_kex_fakealgos(void);
wrapfd_select(nfds, readfds, writefds, exceptfds, timeout)
#define write(fd, buf, count) wrapfd_write(fd, buf, count)
#define read(fd, buf, count) wrapfd_read(fd, buf, count)
#define close(fd) wrapfd_close(fd)
#endif // FUZZ_SKIP_WRAP
struct dropbear_fuzz_options {