| Date: | Fri Jun 16 14:21:03 2023 |
|---|---|
| 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 | loader.c:301 | Low | V576 | Incorrect format. Consider checking the fourth actual argument of the 'furi_log_print_format' function. The integer argument of 32-bit size is expected. |
| General Analysis | loader_applications.c:49 | High | V773 | Visibility scope of the 'app' pointer was exited without releasing the memory. A memory leak is possible. |
| General Analysis | loader_applications.c:44 | Medium | V799 | The 'app' variable is not used after memory has been allocated for it. Consider checking the use of this variable. |