mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
tuxtxt: fix global buffer overflow line 4753 in tuxtxt.cpp if Char is 0xF5 or 0xF6
This commit is contained in:
@@ -230,7 +230,7 @@ FONTTYPE typettf;
|
||||
|
||||
const unsigned short int arrowtable[] =
|
||||
{
|
||||
8592, 8594, 8593, 8595, 'O', 'K', 8592, 8592
|
||||
8592, 8594, 8593, 8595, 'O', 'K', 8592, 8592, 8592, 8592
|
||||
};
|
||||
// G2 Set as defined in ETS 300 706
|
||||
const unsigned short int G2table[4][6*16] =
|
||||
|
Reference in New Issue
Block a user