Children
Children
Sorry, the fuzzer is not published yet. I could provide the log if necessary. The following are the modified configuration of my own fuzzer. - build.sh `make -j $(nproc)` `CC=clang...
> `sqlites` is a typo; it should be `sqlite3`. Is that the reason? Sorry for my typo. It is the same when using `sqlite3`. (The above example is not directed...
Hi, I also found a heap-buffer-overflow when fuzzing mp4info and it is similar to this issue. ## System info Ubuntu 16.04 xenial, gcc (Ubuntu 5.5.0-12ubuntu1), `mp42info` (latest master `5922ba7`) ##...
It is a docker issue rather than this repo. Sorry for bothering you :)
Thanks a lot for your kind reply :) I used an [LLVM Pass](https://llvm.org/docs/WritingAnLLVMPass.html) to locate the corresponding instructions of the target line in the two binaries. However, none instructions in...