CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/12/20 06:45:15
Modified files: sys/kern : subr_disk.c Log message: Zap local variable that shadows another local variable. Fixes a panic caused by passing random stack garbage as the size to free(9). >From David Imhoff