Nicolas Schier wrote:
>-while (<>) {
>+while () {
That gets rid of all the dangerous and bizarre behaviour. It is `safe'
in that sense. However, it would leave the program still accepting
extraneous arguments (and now ignoring them). If I were patching the
program I'd want to also change it to
On Mon 17 Jul 2023 01:10:17 GMT, Zefram wrote:
> Package: moreutils
> Version: 0.65-1
> Severity: normal
>
> ts(1) is documented to take a `format' argument on its command line,
> and no other non-option arguments. In fact, if given more arguments then
> it won't complain about a usage error, but
Package: moreutils
Version: 0.65-1
Severity: normal
ts(1) is documented to take a `format' argument on its command line,
and no other non-option arguments. In fact, if given more arguments then
it won't complain about a usage error, but then won't read its standard
input, and will do more or less
3 matches
Mail list logo