CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2009/12/31 18:47:41
Modified files: usr.sbin/dhcpd : alloc.c dhcpd.h memory.c Log message: Plug a potential leak similar to the one parfait spotted and Theo fixed. Eliminate the function new_class() by expanding the only use Use strdup() and calloc() rather than manually simulating them. No functional change.