diff options
author | 2014-07-09 16:51:09 +0000 | |
---|---|---|
committer | 2014-07-09 16:51:09 +0000 | |
commit | 7588eaaf30efec0015fc0920a451ac65df2c2c35 (patch) | |
tree | 37468d79d8b527a529937afdc3aea5a1ec011f8f /lib/libc | |
parent | Update and extend the regress tests to use the new grammar of the (diff) | |
download | wireguard-openbsd-7588eaaf30efec0015fc0920a451ac65df2c2c35.tar.xz wireguard-openbsd-7588eaaf30efec0015fc0920a451ac65df2c2c35.zip |
Replace memset(a, 0, ...); free(a); by explicit_bzero(a, ...); free(a); in
fear a smartass-optimizing compiler decides memset is useless immediately
before free().
ok jsing@ deraadt@ tedu@
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions