aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-reallocarray.c
Commit message (Collapse)AuthorAgeFilesLines
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-1/+1
|
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-0/+7
* 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).