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