K 10 svn:author V 3 imp K 8 svn:date V 27 2018-01-15T22:17:15.969597Z K 7 svn:log V 259 When returning an error and freeing allocated memory from ucs2_to_utf8 and utf8_to_ucs2, be sure to NULL out the return pointer too, rather than return a pointer to free memory. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D13917 END