CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2017/04/18 07:44:03
Modified files: sbin/dhclient : bpf.c usr.sbin/dhcpd : bpf.c Log message: After 11 years of pondering about it I think that brookda...@freebsd.org had it correct. Don't BPF_WORDALIGN() the value for the number of bytes read() into the buffer. This could theoretically cause the processing of 1 - 3 more bytes than were read.