PVS-Studio Analysis Results


Date:Wed Jun 19 10:05:03 2024
PVS-Studio Version:7.23.69221.300
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):3
Group Location Level Code Message
General Analysis event_loop.c:45 Low V774 The 'tofree' pointer was used after the memory was released. Check lines: 45, 45, 45.
General Analysis event_loop.c:45 Low V760 Two identical blocks of text were found. The second block begins from line 45.
General Analysis event_loop.c:45 Low V524 It is odd that the body of 'TimerQueue_push_front_new' function is fully equivalent to the body of 'TimerQueue_push_back_new' function.