CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2021/09/16 06:35:20
Modified files: usr.sbin/tcpdump: print-wg.c Log message: tcpdump: Fix data alignment issue in WireGuard printer Access 8-byte nonce as unaligned data to avoid a crash on strict alignment architectures. With IP and UDP, payload alignment is guaranteed to 4-byte boundary only. Reported and tested by Peter J. Philipp OK deraadt@