Files
rgbds/test/asm
dbrotz 1decf5d0d4 Fix out of bounds array access in lexer
If the type char is signed, then in the function
yylex_GetFloatMaskAndFloatLen(), *s can have a negative value and be converted
to a negative int32_t which is then used as an array index. It should be
converted to uint8_t instead to ensure that the value is in the bounds of the
tFloatingFirstChar, tFloatingSecondChar, and tFloatingChars arrays.
2019-07-04 17:01:29 -07:00
..
2019-05-05 15:50:56 -07:00
2019-05-05 15:50:56 -07:00
2015-01-27 04:33:38 -07:00
2018-04-03 23:04:29 +01:00
2018-04-03 23:04:29 +01:00
2019-07-03 16:05:54 +02:00
2019-05-05 15:50:56 -07:00
2018-06-30 21:57:34 -04:00
2018-06-30 21:57:34 -04:00