Commit Graph

9 Commits

Author SHA1 Message Date
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
retro-wertz
2d76eb4a0f Change *.c and *.h end-of-line character to LF
change eol char to LF using dos2unix
2017-12-17 13:40:35 +08:00
retro-wertz
ebca2248d0 Start undoing C++ comments 2017-10-15 02:07:42 +08:00
retro-wertz
c645949592 Integrate standard pads(pads.c) into input.c 2017-09-30 11:14:13 +08:00
retro-wertz
8be0835eed Fix for vsunisystem input not working 2017-09-08 02:13:11 +08:00
Twinaphex
e9d6bfc2d8 Silence warnings 2016-09-09 08:09:38 +02:00
twinaphex
d6690bafa8 Fix Emscripten build 2016-09-07 00:31:58 +02:00
twinaphex
21aa0759da Remove unused files 2015-08-06 13:34:20 +02:00
twinaphex
7e6caac57d Initial commit - http://sourceforge.net/p/fceumm/code/160/ 2014-03-30 22:15:17 +02:00