CVSROOT: /cvs Module name: src Changes by: tob...@cvs.openbsd.org 2014/07/28 10:45:35
Modified files: sbin/dhclient : options.c usr.sbin/dhcpd : options.c Log message: Fix memory exhaustion occurring on DHCP options with 0 length. halex@ and krw@ pointed out that a NULL check before free can go, too. ok deraadt@, halex@, krw@