Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Type-cast getpagesize() from int to size_t for the comparison with d. | claudio | 2021-03-18 | 1 | -2/+2 |
| | | | | | | | getpagesize() will only return positive numbers (there is no negative page size system) and it can not fail. Should fix some compiler warnings seen in -portable projects. OK otto@ | ||||
* | Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3) | otto | 2017-03-06 | 1 | -0/+81 |
with the added feature that released memory is cleared. Much input from various developers. ok deraadt@ tom@ |