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


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