Date: | Thu Sep 19 17:22:01 2024 |
---|---|
PVS-Studio Version: | 7.31.81895.392 |
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 |
Fails/Info: | 1 |
Group | Location | Level | Code | Message |
---|---|---|---|---|
:1 :1 | Renew | Your license will expire in 13 days. Click 'Renew' to learn more or contact us at support@viva64.com. | ||
General Analysis | text_input.c:52/runner/_work/flipperzero-firmware/flipperzero-firmware/applications/system/js_app/modules/js_gui/text_input.c:52 | Medium | V701 | realloc() possible leak: when realloc() fails in allocating memory, original pointer 'context->buffer' is lost. Consider assigning realloc() to a temporary pointer. |