- stringinput: avoid an access out of bounds

ported from tuxbox-neutrino; thx to Gaucho316
This commit is contained in:
svenhoefer
2013-06-14 13:10:02 +02:00
parent ad4f979b4b
commit b9383588c8

View File

@@ -101,7 +101,7 @@ class CStringInputSMS : public CStringInput
{
bool capsMode;
int arraySizes[10];
char Chars[10][9]; // maximal 9 character in one CharList entry!
char Chars[10][10]; // maximal 10 character in one CharList entry!
int keyCounter;
int last_digit;