K 10 svn:author V 2 se K 8 svn:date V 27 2019-01-26T22:24:15.077286Z K 7 svn:log V 297 Slightly improve previous commit that silenced a Clang Scan warning. The strdup() call does not take advantage of the known length of the source string. Replace by malloc() and memcpy() utilizimng the pre- calculated string length. Submitted by: cperciva Reported by: rgrimes MFC after: 2 weeks END