On Thu, May 03, 2001 at 12:32:28AM -0700, Ted U wrote: > following is a patch that fixes 3 occurences of realloc in BSD kernels > that could result in a memory leak. if realloc returns null, then the > previously held memory is not freed. the affected areas are ipfilter and > usb audio. The ipfilter leak in OpenBSD, it's actually in userland, not in the kernel. Same should apply for NetBSD. f.-