OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Chad Loder (clodercvs.openbsd.org)
Date: Wed Aug 09 2006 - 17:23:53 CDT


CVSROOT: /cvs
Module name: src
Changes by: clodercvs.openbsd.org 2006/08/09 16:23:53

Modified files:
        usr.sbin/dhcpd : memory.c

Log message:
Fix a reliability issue in dhcpd where a DHCPDISCOVER packet with a 32-byte
client identifier would cause dhcpd to mistakenly exit. From Debian bug
380273, affecting ISC dhcpd 2.x, upon which our dhcpd is based.

OK beck