Alessandro Mantovani
Alessandro Mantovani
[poc.tar.gz](https://github.com/vnmakarov/mir/files/7085569/poc.tar.gz) I found some memory corruptions while fuzzing c2m for research purposes. They mostly are heap BOFs, and SEGV. To reproduce you just need to compile mir with ASAN enabled...
I went on with some tests (similarly to #604), and I discovered overall 9 different vulnerabilities. You can reproduce by compiling with asan enabled. Here I attach a resume of...
I found an input that results in a null pointer deref. In my current setup, I compiled faust with clang-13 and asan. To reproduce: ./faust -o /tmp/out where input is...
Getting an ASAN SEGV report. To reproduce, I just compiled with asan enabled on x86 machine Linux. To reproduce: ./rcc -target=x86/linux file.c , where file.c the following piece of C...