CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/05/30 19:42:22
Modified files: usr.sbin/dhcpd : alloc.c dhcpd.h Log message: actually free memory back to malloc rather than maintain a free list. dhcpd doesn't need the performance optimisation, or to make it easier to do use-after-frees. ok tb@ otto@ deraadt@