mirror of
https://github.com/pret/pokecrystal.git
synced 2026-05-12 15:35:26 -05:00
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. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| common.h | ||
| gfx.c | ||
| lzcomp.c | ||
| Makefile | ||
| md5.c | ||
| palette.c | ||
| png_dimensions.c | ||
| pokemon_animation_graphics.c | ||
| pokemon_animation.c | ||
| scan_includes.c | ||