mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
glaring wrapfd problems fixed
--HG-- branch : fuzz
This commit is contained in:
1
fuzz.h
1
fuzz.h
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user