K 10 svn:author V 3 imp K 8 svn:date V 27 2017-09-24T05:03:57.884332Z K 7 svn:log V 275 Fix uninitialized variable echo | awk 'BEGIN {i=$1; print i}' prints a boatload of stack garbage. NUL terminate the memory returned from malloc to prevent it. Obtained from: OpenBSD run.c 1.40 Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D12379 END