Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -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). |