mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
closer to working
--HG-- branch : fuzz
This commit is contained in:
@@ -24,6 +24,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
|
||||
if (setjmp(fuzz.jmp) == 0) {
|
||||
svr_session(fakesock, fakesock);
|
||||
} else {
|
||||
TRACE(("dropbear_exit longjmped"))
|
||||
// dropbear_exit jumped here
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user