summaryrefslogtreecommitdiff
path: root/bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* upstream commitdjm@openbsd.org2017-10-201-0/+1
| | | | | | | add RCSIDs to these; they make syncing portable a bit easier Upstream-ID: 56cb7021faea599736dd7e7f09c2e714425b1e68
* upstream commitdjm@openbsd.org2017-06-071-2/+2
| | | | | | | no need to bzero allocated space now that we use use recallocarray; ok deraadt@ Upstream-ID: 53333c62ccf97de60b8cb570608c1ba5ca5803c8
* upstream commitdjm@openbsd.org2017-06-011-1/+1
| | | | | | fix casts re constness Upstream-ID: e38f2bac162b37dbaf784d349c8327a6626fa266
* upstream commitderaadt@openbsd.org2017-06-011-1/+1
| | | | | | | | | Switch to recallocarray() for a few operations. Both growth and shrinkage are handled safely, and there also is no need for preallocation dances. Future changes in this area will be less error prone. Review and one bug found by markus Upstream-ID: 822d664d6a5a1d10eccb23acdd53578a679d5065
* upstream commitdjm@openbsd.org2017-05-021-1/+2
| | | | | | | when freeing a bitmap, zero all it bytes; spotted by Ilya Kaliman Upstream-ID: 834ac024f2c82389d6ea6b1c7d6701b3836e28e4
* upstream commitguenther@openbsd.org2015-09-161-1/+1
| | | | | | | | | Use explicit_bzero() when zeroing before free() from Michael McConville (mmcconv1 (at) sccs.swarthmore.edu) ok millert@ djm@ Upstream-ID: 2e3337db046c3fe70c7369ee31515ac73ec00f50
* upstream commitdjm@openbsd.org2015-01-151-175/+0
| | | | | remove commented-out test code now that it has moved to a proper unit test
* upstream commitdjm@openbsd.org2015-01-151-2/+0
| | | | whitespace
* need includes.h for portable OpenSSHDamien Miller2015-01-151-0/+2
|
* add files missed in last commitDamien Miller2015-01-151-0/+387