aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat_reallocarray.c
Commit message (Collapse)AuthorAgeFilesLines
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-0/+45
* Change eight reallocs to reallocarray to be safe from overflows. * Change one malloc to reallocarray to be safe from overflows. * Change one calloc to reallocarray, no zeroing needed. * Change the order of arguments of three callocs (aesthetical).