K 10 svn:author V 3 kib K 8 svn:date V 27 2020-06-20T04:39:52.607153Z K 7 svn:log V 232 MFC r311286: The callers of kern_getfsstat(UIO_SYSSPACE) expect that *buf always returns memory which must be freed, regardless of the error. Assign NULL to *buf in case we are not going to allocate any memory due to invalid mode. END