Joonun Jang
Joonun Jang
Hello, I think I found some bugs in frozen. Attached file is a zip file which includes 3 source codes to reproduce them. Each source code should be compiled with...
Hello, I found two bugs when I called the APIs of mpc library with crafted input value. I made this codes to replay the bugs by referring test code in...
Hello. While i'm writing a code with mpc.c, address sanitizer reported a heap buffer overflow. I attached a file. (both bug1.c and bug2.c can cause heap buffer overflow. please test...
Hello. I'd like to report stack overflow bug in oggenc (1.4.0 version) I built oggenc with below options. CC=clang CFLAGS="-fsanitize=address -g" LDFLAGS="-fsanitize=address -g" ./configure; make I attached a file "poc"...