CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/11/14 11:09:01
Modified files:
sbin/dhclient : dhclient.c
Log message:
When copying option.data, use option.len to specify the amount of
data to copy, rather than a static value that *may* be incorrect.
e.g. when option.data is NULL. Allows 'ignore subnet-mask;' to work.
Prompted by a different but similar problem found by jmc@.
