mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Load password and key for client fuzzer.
Add fuzz_dump()
This commit is contained in:
@@ -465,6 +465,11 @@ static int ident_readln(int fd, char* buf, int count) {
|
||||
TRACE(("leave ident_readln: EOF"))
|
||||
return -1;
|
||||
}
|
||||
|
||||
#ifdef DROPBEAR_FUZZ
|
||||
fuzz_dump(&in, 1);
|
||||
#endif
|
||||
|
||||
if (in == '\n') {
|
||||
/* end of ident string */
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user