VoodooChild99
VoodooChild99
**Caution** The Issues are strictly limited for the reporting of problem encountered with the software provided in this project. For any other problem related to the STM32 product, the performance,...
Hi: When testing the libxml2_xml benchmark locally, I ran into an error when building AFL++ SanitizerCoverageLTO pass (version: https://github.com/AFLplusplus/AFLplusplus/commit/2d0d1e267eac4723c24997116c959472aae7027f): ```bash /usr/local/bin/clang++ `llvm-config --cxxflags` -fno-rtti -fPIC -O1 -fno-omit-frame-pointer -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -stdlib=libc++...
Hi, The function `KM_901U_Service` uses a buffer of 32 bytes to copy received messages: https://github.com/EBiCS/EBiCS_Firmware/blob/18b9437c088ac56e46872d28780e4cd06a264531/Src/display_kingmeter.c#L370 However, the length of `KM_ctx->RxBuff` is 64 bytes: https://github.com/EBiCS/EBiCS_Firmware/blob/18b9437c088ac56e46872d28780e4cd06a264531/Inc/display_kingmeter.h#L157 and the maximum length for DMA...