mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- stringinput: avoid an access out of bounds
ported from tuxbox-neutrino; thx to Gaucho316
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user