K 10 svn:author V 3 uqs K 8 svn:date V 27 2015-12-29T11:24:41.541185Z K 7 svn:log V 248 Fix type mismatches for malloc(3) and Co. This is rather pedantic, as for most architectures it holds that sizeof(type *) == sizeof(type **) Found by: clang static analyzer Reviewed by: ed Differential Revision: https://reviews.freebsd.org/D4722 END