Merge pull request #2092 from fbeqv/dev

Fix runtime underflow & -V exiting before syncing
This commit is contained in:
van Hauser
2024-05-17 23:41:39 +02:00
committed by GitHub
3 changed files with 13 additions and 26 deletions

View File

@ -1195,4 +1195,3 @@ common_fuzz_stuff(afl_state_t *afl, u8 *out_buf, u32 len) {
return 0;
}