Shaohua Li

Results 10 issues of Shaohua Li

Hi there, - Version: commit 90a63426ee93d9079a032740e519988e26d1949c (git head) - Compiler: clang13 I compiled mujs with `clang13 -O0` and `clang13 -O1`, for the following code snippets, `mujs` would output differently on...

I would like to ask if there is any solution to division using ABY framework :)

Hi there, I found a heap-buffer-overflow in ` AP4_AvccAtom::AP4_AvccAtom in Ap4AvccAtom.cpp:168` when fuzzing `mp42aac`. - Bento4 version: v1.6.0-639 (commit 5abeaa0ebdb8c3be5b710517eb04d807832d2bbf) - Compiler args: DCMAKE_C_FLAGS=-fsanitize=address - Platform: Ubuntu 20.04.2 LTS, x86_64...

Hi there, I found a heap-buffer-overflow in `mp42aac` with a fuzzer. - Bento4 version: v1.6.0-639 (commit 5abeaa0ebdb8c3be5b710517eb04d807832d2bbf) - Compiler args: DCMAKE_C_FLAGS=-fsanitize=address - Platform: Ubuntu 20.04.2 LTS, x86_64 - Reproduce: `mp42aac...

Hi there, I found an undefined behavior in `common.c:189` when I was fuzzing `sndfile-info`. - libsndfile version: commit 01628f48b9aacea1d1939935325cd8ff87c0eeaf - Compile args: CFLAGS='-fsanitize=undefined' ./configure --disable-shared && make - Compiler: clang12...

Bug

Hi there, I found an undefined behavior in src/mat4.c:323, which is a signed integer overflow. - libsndfile version: commit c7b69d7589d70de3765d0aab15dad8d6b307d3c7 - Compile args: CFLAGS='-fsanitize=undefined' ./configure --disable-shared && make - Compiler:...

Bug

Hi there, I found an undefined behavior in `src/g72x.c:144`, which is a signed integer overflow. - libsndfile version: commit 01628f48b9aacea1d1939935325cd8ff87c0eeaf - Compile args: CFLAGS='-fsanitize=undefined' ./configure --disable-shared && make - Compiler:...

Bug

Hi there, I found an invalid memory read in flac.c with a fuzzer. - libsndfile version: commit dfdad63ff2c792299d3553f04153afe7f695033a - Compile args: CFLAGS='-fsanitize=address' ./configure --disable-shared && make - Platform: Ubuntu 20.04.2...

Bug

Hi, I compiled `curl-fuzzer` using `./mainline.sh`. I found that for some inputs, the output of`curl_fuzzer` would change per run. - Compiler: clang13 - Platform: Ubuntu 20.04.4 LTS, x86_64 - INPUT:...

Hi there, I compiled `curl-fuzzer` using `./mainline.sh` with `gcc11` and `clang13` separately. I found that for some inputs, the two compiled `curl_fuzzer` would emit different results. - Compiler: gcc11 and...