CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2015/08/01 14:12:34
Modified files: sys/kern : kern_ktrace.c Log message: Fix free() of uninitialized variable introduced in previous commit. Eliminate the goto that I tripped on. problem noted by Mark Latimer (mark.latimer (at) gmail.com) ok miod@ millert@