CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/01/05 05:34:53
Modified files: usr.sbin/dhcpd : packet.c Log message: Check UDP length field for short as well as long values. Fixes a dhcpd crash when a UDP packet arrives saying it has 0 length. Spotted by Martin Pelikan, who also noted it was fixed a while ago in ISC DHCP 3.0b2p17. Fix tested by Martin. Thanks!