CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/02/27 10:25:59
Modified files:
sbin/dhclient : dhclient.c
Log message:
Avoid alignment errors when processing routing messages by reading
the messages into dynamically allocated memory rather than a char
array on the stack. Revealed by armish bus error when installing
latest snap.
ok deraadt@
