Page MenuHomeFreeBSD

tail: Fix -b, -c, -n options
ClosedPublic

Authored by des on Aug 6 2025, 12:10 PM.
Tags
None
Referenced Files
F151479281: D51757.id159841.diff
Wed, Apr 8, 4:55 PM
F151405119: D51757.id159841.diff
Wed, Apr 8, 5:15 AM
Unknown Object (File)
Tue, Apr 7, 7:01 PM
Unknown Object (File)
Tue, Apr 7, 8:43 AM
Unknown Object (File)
Sun, Apr 5, 9:00 PM
Unknown Object (File)
Sun, Mar 22, 4:14 AM
Unknown Object (File)
Feb 28 2026, 8:05 PM
Unknown Object (File)
Feb 28 2026, 3:57 PM
Subscribers

Details

Summary

Switching from strtoll() to expand_number() was improper at the time as
it only accepted positive numbers. Now that it also accepts negative
numbers, the -b option is still broken because the same commit that
switched to expand_number() also dropped the multiplication by units.

Fixes: 643ac419fafb

Diff Detail

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