mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user