mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
subchannel_select: ensure buffer does not overflow
This commit is contained in:
committed by
Jacek Jendrzej
parent
96006a04f6
commit
8a243ea12e
@@ -108,6 +108,8 @@ int CSubChannelSelectMenu::getNVODMenu(CMenuWidget* menu)
|
|||||||
}
|
}
|
||||||
|
|
||||||
count++;
|
count++;
|
||||||
|
if (count > 9999)
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( g_RemoteControl->are_subchannels ) {
|
if ( g_RemoteControl->are_subchannels ) {
|
||||||
|
Reference in New Issue
Block a user