Page MenuHomeFreeBSD

xargs: fix -R so that it accepts negative numbers again
ClosedPublic

Authored by des on Jul 13 2023, 7:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 17, 1:03 PM
Unknown Object (File)
Wed, Aug 5, 6:18 AM
Unknown Object (File)
Wed, Aug 5, 2:44 AM
Unknown Object (File)
Tue, Aug 4, 4:02 AM
Unknown Object (File)
Jun 26 2026, 4:44 PM
Unknown Object (File)
Jun 23 2026, 5:43 AM
Unknown Object (File)
Jun 11 2026, 2:40 PM
Unknown Object (File)
Jun 9 2026, 11:23 PM
Subscribers

Details

Summary

fbc445addf9 converted the parsing of arguments to strtonum but made
the accepted range for -R too restrictive. As documented in the man
page, it should accept negative numbers.

Added a test for this, which was provided by Jose Luis Duran.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable