cam_menu.cpp: increase destination array to avoid possible truncation

Signed-off-by: MarkusVolk <f_l_k@t-online.de>
This commit is contained in:
MarkusVolk
2020-01-10 18:56:07 +01:00
committed by Thilo Graf
parent 37f83616a6
commit 7f2bba84a0

View File

@@ -279,7 +279,7 @@ void CCAMMenuHandler::hideHintBox(void)
int CCAMMenuHandler::handleCamMsg(const neutrino_msg_t msg, neutrino_msg_data_t data, int &msgret, bool from_menu)
{
char str[255];
char str[269];
char cnt[5];
int i;
MMI_MENU_LIST_INFO Menu;