mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
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:
@@ -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)
|
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];
|
char cnt[5];
|
||||||
int i;
|
int i;
|
||||||
MMI_MENU_LIST_INFO Menu;
|
MMI_MENU_LIST_INFO Menu;
|
||||||
|
Reference in New Issue
Block a user