summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/bsd-malloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle calloc(0,x) where different from malloc.Darren Tucker2018-02-251-0/+2
* Check for and handle calloc(p, 0) = NULL.Darren Tucker2017-09-261-0/+55