diff options
| author | 2016-10-20 21:09:46 +0000 | |
|---|---|---|
| committer | 2016-10-20 21:09:46 +0000 | |
| commit | 003af73df2da380d8bef9220ce9aecfbaef5a69b (patch) | |
| tree | b321dd40257d9f60a0677344b96141bf5fd20531 /lib/libc/stdlib/malloc.c | |
| parent | During sniffing filter strictly on icmp6 "packet too big" to avoid (diff) | |
| download | wireguard-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
