pokecrystal-board/tools
IIMarckus 80888726b9 Check some errors (not enough).
malloc can always fail. Check to avoid null dereference.

malloc(0) is well defined but leads to an eventual crash on some systems.
Check it too.
2017-06-29 22:45:30 -06:00
..
.gitignore Add tools/gfx and tools/md5 to gitignore 2017-06-24 20:46:11 -04:00
common.h Add gfx tool for graphics postprocessing 2017-06-18 00:09:25 -04:00
gfx.c Fix insecure fprintf 2017-06-24 19:32:35 -04:00
lzcomp.c Fix warnings about assignments in ‘if’ statements 2017-06-09 22:42:05 +01:00
Makefile tools: Default to gcc. 2017-06-29 18:26:04 -04:00
md5.c Fix implicit stdint 2017-06-24 19:02:02 -04:00
palette.c Check some errors (not enough). 2017-06-29 22:45:30 -06:00
png_dimensions.c Add C build tools. 2016-08-24 21:56:07 -04:00
pokemon_animation_graphics.c Check some errors (not enough). 2017-06-29 22:45:30 -06:00
pokemon_animation.c Check some errors (not enough). 2017-06-29 22:45:30 -06:00
scan_includes.c Fix the pokemon animation tools. 2017-05-28 23:22:10 -04:00