CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/11/07 08:40:13
Modified files: sbin/dhclient : dhcpd.h kroute.c dhclient.c Log message: Always memcpy() into/out of option data rather than hoping the char * will be always be aligned. Don't pass around pointers into option data - use variable that has the memcpy()'d data.