K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-11T08:28:47.000000Z K 7 svn:log V 216 kvm_malloc: When malloc fails. don't try to memset NULL pointer, it cause core dump Replace malloc+memset with calloc, theoretically it can do some optimization of zeroing process internally Improve error diagnostic END