On Fri, Feb 08, 2019 at 05:07:51PM -0500, [email protected] wrote:
> From: "Randall S. Becker" <[email protected]> > > Replaced subtest 15 (CONTENT_LENGTH overflow ssite_t) use of /dev/zero > with yes and a translation of its result to a stream of NULL. This is > a more portable solution. They're NULs, not NULLs. :) I think in this case, though, we don't actually care about the bytes, and you can drop the "tr" invocation entirely. -Peff

