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
..
2017-06-24 19:32:35 -04:00
2017-06-29 18:26:04 -04:00
2017-06-24 19:02:02 -04:00
2017-06-29 22:45:30 -06:00
2016-08-24 21:56:07 -04:00