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:
Stefan Seyfried
2017-09-25 11:25:51 +02:00
committed by vanhofen
parent 69132416f2
commit f0cd252fae

View File

@@ -108,6 +108,8 @@ int CSubChannelSelectMenu::getNVODMenu(CMenuWidget* menu)
}
count++;
if (count > 9999)
break;
}
if ( g_RemoteControl->are_subchannels ) {