Date: | Mon Mar 24 04:36:14 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): | 5 |
Group | Location | Level | Code | Message |
---|---|---|---|---|
General Analysis | button_menu.c:25/runner/_work/flipperzero-firmware/flipperzero-firmware/applications/system/js_app/modules/js_gui/button_menu.c:25 | Medium | V701 | realloc() possible leak: when realloc() fails in allocating memory, original pointer 'context->owned_strings' is lost. Consider assigning realloc() to a temporary pointer. |
General Analysis | button_panel.c:26/runner/_work/flipperzero-firmware/flipperzero-firmware/applications/system/js_app/modules/js_gui/button_panel.c:26 | Medium | V701 | realloc() possible leak: when realloc() fails in allocating memory, original pointer 'context->owned_strings' is lost. Consider assigning realloc() to a temporary pointer. |
General Analysis | menu.c:20/runner/_work/flipperzero-firmware/flipperzero-firmware/applications/system/js_app/modules/js_gui/menu.c:20 | Medium | V701 | realloc() possible leak: when realloc() fails in allocating memory, original pointer 'context->owned_strings' is lost. Consider assigning realloc() to a temporary pointer. |
General Analysis | popup.c:19/runner/_work/flipperzero-firmware/flipperzero-firmware/applications/system/js_app/modules/js_gui/popup.c:19 | Medium | V701 | realloc() possible leak: when realloc() fails in allocating memory, original pointer 'context->owned_strings' is lost. Consider assigning realloc() to a temporary pointer. |
General Analysis | vi_list.c:29/runner/_work/flipperzero-firmware/flipperzero-firmware/applications/system/js_app/modules/js_gui/vi_list.c:29 | Medium | V701 | realloc() possible leak: when realloc() fails in allocating memory, original pointer 'context->owned_strings' is lost. Consider assigning realloc() to a temporary pointer. |