CVSROOT: /cvs Module name: src Changes by: [email protected] 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 [email protected]
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.
