mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
subchannel_select: ensure buffer does not overflow
Origin commit data
------------------
Branch: ni/coolstream
Commit: cd60b58cae
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
vanhofen
parent
69132416f2
commit
f0cd252fae
@@ -108,6 +108,8 @@ int CSubChannelSelectMenu::getNVODMenu(CMenuWidget* menu)
|
||||
}
|
||||
|
||||
count++;
|
||||
if (count > 9999)
|
||||
break;
|
||||
}
|
||||
|
||||
if ( g_RemoteControl->are_subchannels ) {
|
||||
|
Reference in New Issue
Block a user