CVSROOT: /cvs Module name: src Changes by: tob...@cvs.openbsd.org 2014/07/29 12:23:07
Modified files: sbin/dhclient : Tag: OPENBSD_5_4 options.c usr.sbin/dhcpd : Tag: OPENBSD_5_4 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@, jasper@