closer to working

--HG--
branch : fuzz
This commit is contained in:
Matt Johnston
2017-05-20 13:23:16 +08:00
parent e7cdb2ebe5
commit fdc6f32392
12 changed files with 103 additions and 35 deletions

View File

@@ -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
}