mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
subchannel_select: ensure buffer does not overflow
Origin commit data
------------------
Commit: 8a243ea12e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)
This commit is contained in:
committed by
Jacek Jendrzej
parent
74155189b4
commit
8b7bf711c9
@@ -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