commit | 0939e3392b0249d9fd15922aa3844cd65f9b4489 | [log] [tgz] |
---|---|---|
author | M. Warner Losh <wlosh@netflix.com> | Sun Jun 02 15:17:29 2019 -0600 |
committer | Arnold D. Robbins <arnold@skeeve.com> | Tue Jul 16 22:23:02 2019 +0300 |
tree | 36bda3c509c2703a9944f0c7a58974d789c155aa | |
parent | 966fdc9c293ed28fb2243801090801db8894a59a [diff] |
Apply r323963 from FreeBSD (pulling in the fix from OpenBSD) | 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