K 10 svn:author V 8 cperciva K 8 svn:date V 27 2008-08-04T07:01:42.885036Z K 7 svn:log V 342 Dereferencing uninitialized pointers considered harmful. Prior to this commit, calling i386_parsedev(..., X, ...) where X is "ad", "bge", or any other disk or network device name without a unit number, would result in dereferencing whatever happened to be on the stack where the variable "cp" is stored. Found by: LLVM/Clang Static Checker END