summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.c
diff options
context:
space:
mode:
authormestre <mestre@openbsd.org>2016-10-20 21:09:46 +0000
committermestre <mestre@openbsd.org>2016-10-20 21:09:46 +0000
commit003af73df2da380d8bef9220ce9aecfbaef5a69b (patch)
treeb321dd40257d9f60a0677344b96141bf5fd20531 /lib/libc/stdlib/malloc.c
parentDuring sniffing filter strictly on icmp6 "packet too big" to avoid (diff)
downloadwireguard-openbsd-003af73df2da380d8bef9220ce9aecfbaef5a69b.tar.xz
wireguard-openbsd-003af73df2da380d8bef9220ce9aecfbaef5a69b.zip
- Remove useless var assignment
- Use memset(*b, 0, len) instead of bzero(*b, len) - Use memcpy(*dst, *src, len) instead of bcopy(*src, *dst, len) - Use explicit_bzero(3) instead of bzero(3) to clean temporary HMAC Remarks from deraadt@ (duly noted!!), reviewed and OK by henning@ and tb@
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
0 files changed, 0 insertions, 0 deletions