K 10 svn:author V 3 uqs K 8 svn:date V 27 2016-01-05T10:25:22.788630Z K 7 svn:log V 281 Fix undefined behavior when using asmc_fan_getstring() It was returning a pointer to stack-allocated memory, so make the allocation at the caller instead. Found by: clang static analyzer Coverity: CID 1245774 Reviewed by: ed, rpaulo Review URL: https://reviews.freebsd.org/D4740 END