PVS-Studio Analysis Results


Date:Tue Apr 9 02:14:34 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):8
Group Location Level Code Message
General Analysis flipper.c:58 High V1031 The 'memmgr_alloc_from_pool' function is not declared. Passing data to or from this function can be affected.
General Analysis flipper.c:59 High V1031 The 'memmgr_alloc_from_pool' function is not declared. Passing data to or from this function can be affected.
General Analysis flipper.c:59 High V647 The value of 'int' type is assigned to the pointer of 'unsigned long' type.
General Analysis flipper.c:67 High V1031 The 'memmgr_alloc_from_pool' function is not declared. Passing data to or from this function can be affected.
General Analysis flipper.c:68 High V1031 The 'memmgr_alloc_from_pool' function is not declared. Passing data to or from this function can be affected.
General Analysis flipper.c:68 High V647 The value of 'int' type is assigned to the pointer of 'unsigned long' type.
General Analysis memmgr_heap.c:316 Medium V547 Expression 'pv != NULL' is always true.
General Analysis memmgr_heap.c:324 Medium V547 Expression 'xSize == 0' is always false.