PVS-Studio Analysis Results


Date:Tue Apr 29 15:16:48 2025
PVS-Studio Version:7.34.87460.207
Command Line:plog-converter -a GA\:1,2,3 -t fullhtml --indicate-warnings build/f7-firmware-DC/pvsreport.log -o build/f7-firmware-DC/pvsreport
Total Warnings (GA):1
Group Location Level Code Message
General Analysis str_buffer.c:7 Medium V701 realloc() possible leak: when realloc() fails in allocating memory, original pointer 'buffer->owned_strings' is lost. Consider assigning realloc() to a temporary pointer.