Qi Xu
Qi Xu
When i follow the official document to conduct prerequisites, i have encontered two problems: 1. when i execute commands `make install-dependencies` on the console, sometimes it will terminated because of...
### Build Env ``` ubuntu 20.04.6 clang 10.0.0-4ubuntu1 ``` ### Build Steps ``` export CC=clang export CFLAGS="-fsanitize=address -g" cd libucl ./autogen.sh && ./configure make $CC libucl-target.c -g -I ./include ./src/.libs/libucl.a...
Make sure that: - [x] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [x] You submit test cases (unit or integration tests) that back your changes. - [x] Your local test...
Make sure that: - [x] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [x] You submit test cases (unit or integration tests) that back your changes. - [x] Your local test...
I triggered a heap-buffer-overflow bug reported by AddressSanitizer at printf_common. The issue occurs because the program attempts to read 2 bytes at address 0x602000000031, which is immediately beyond the allocated...
I triggered a SEGV bug reported by AddressSanitizer. The AddressSanitizer (ASan) report below indicates an allocation-size-too-big error, where the program attempted to allocate an extremely large memory size (0xfffffffffffffffe, adjusted...
I triggered a heap-buffer-overflow bug reported by AddressSanitizer at dns_question_parse in /src/dns_protocol.c:89:18. The error occurs because the program attempts to read 1 byte beyond the allocated memory region. Specifically, the...
I triggered a stack-buffer-overflow bug reported by AddressSanitizer when fuzzing cantcoap. The bug was identified in the CoapPDU::getOptionDelta function at cantcoap.cpp, which occurs when processing CoAP options. This buffer overflow...
I triggered a heap-use-after-free bug reported by AddressSanitizer when fuzzing mqttcpp. This bug occurs when the program tries to read memory that has already been freed, which leads to undefined...
I triggered a heap-buffer-overflow bug reported by AddressSanitizer at the MemcmpInterceptorCommon function during a bcmp call. The issue arises from a read of 9 bytes at address 0x6130000001ac, which is...