Files
ci-libretro-fceumm/src/input
meepingsnesroms a37c3bc664 Fix null terminator buffer overflow
While updating my devkitARM I found this buffer overflow:
src/input/bworld.c:56:3: warning: '__builtin_memcpy' forming offset 21 is out of the bounds [0, 20] of object 'bdata' with type 'uint8[20]' {aka 'unsigned char[20]'} [-Warray-bounds]
   strcpy((char*)&bdata[13], "SUNSOFT");
2018-08-15 13:29:46 -07:00
..
2018-08-15 13:29:46 -07:00
2017-10-15 02:07:42 +08:00
2017-10-15 02:07:42 +08:00
2017-10-15 02:07:42 +08:00
2017-10-15 02:07:42 +08:00
2017-10-15 02:07:42 +08:00
2016-09-07 00:31:58 +02:00
2017-10-15 02:07:42 +08:00
2017-10-15 02:07:42 +08:00