mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- scan_setup: fix possible format-truncation error
truncated writing between 1 and 10 bytes into a region of size 5
This commit is contained in:
@@ -2058,7 +2058,7 @@ int CTPSelectHandler::exec(CMenuTarget* parent, const std::string &actionkey)
|
||||
{
|
||||
std::map<int, transponder> tmplist;
|
||||
std::map<int, transponder>::iterator tmpI;
|
||||
char cnt[5];
|
||||
char cnt[11];
|
||||
int select = -1;
|
||||
static int old_selected = 0;
|
||||
static t_satellite_position old_position = 0;
|
||||
|
Reference in New Issue
Block a user