mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
neutrino: fix segfault due to insufficient size for PIN string
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1372 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 423d7478c9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-04-01 (Fri, 01 Apr 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1566,7 +1566,7 @@ int CMenuSeparator::paint(bool selected, bool /*last*/)
|
||||
|
||||
bool CPINProtection::check()
|
||||
{
|
||||
char cPIN[4];
|
||||
char cPIN[5];
|
||||
neutrino_locale_t hint = NONEXISTANT_LOCALE;
|
||||
do
|
||||
{
|
||||
|
Reference in New Issue
Block a user