[#] http://marc.info/?l=openbsd-cvs&m=140665821615068&w=2
openbsd-cvs(obsdave,2) — All
2014-07-29 22:55:08


Module name: src
Changes by: tobias@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@