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


Module name: src
Changes by: tobias@cvs.openbsd.org 2014/07/29 12:21:30

Modified files:
sbin/dhclient : Tag: OPENBSD_5_5 options.c
usr.sbin/dhcpd : Tag: OPENBSD_5_5 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@