Searched hist:332600 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/tail/tests/
H A Dtail_test.shdiff 332600 Mon Apr 16 16:21:49 MDT 2018 asomers MFC r329606:

tail: fix "tail -r" for piped input that begins with '\n'

A subtle logic bug, probably introduced in r311895, caused tail to print the
first two lines of piped input in forward order, if the very first character
was a newline.

PR: 222671
Reported by: Jim Long <freebsd-bugzilla@umpquanet.com>, pprocacci@gmail.com
Sponsored by: Spectra Logic Corp
/freebsd-11-stable/usr.bin/tail/
H A Dreverse.cdiff 332600 Mon Apr 16 16:21:49 MDT 2018 asomers MFC r329606:

tail: fix "tail -r" for piped input that begins with '\n'

A subtle logic bug, probably introduced in r311895, caused tail to print the
first two lines of piped input in forward order, if the very first character
was a newline.

PR: 222671
Reported by: Jim Long <freebsd-bugzilla@umpquanet.com>, pprocacci@gmail.com
Sponsored by: Spectra Logic Corp

Completed in 68 milliseconds