summaryrefslogtreecommitdiffstats
path: root/unsupported/UnsupportedProcess.c
AgeCommit message (Collapse)Author
2016-02-02Check for failure in allocations.Hisham
2015-09-07fix calloc() callsChristian Hesse
* size_t nmemb (number of elements) first, then size_t size * do not assume char is size 1 but use sizeof() * allocate for char, not pointer to char (found by Michael McConville, fixes #261)
2015-08-19Make unsupported runDavid Hunt
2015-03-16Add files to unsupported platform.Hisham Muhammad