cam_menu.cpp: increase destination array to avoid possible truncation

Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6cdfd5c37a
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-10 (Fri, 10 Jan 2020)



------------------
This commit was generated by Migit
This commit is contained in:
Markus Volk
2020-01-10 22:30:25 +01:00
committed by vanhofen
parent 59febbe94d
commit 0303a556bb

View File

@@ -280,7 +280,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;