Page MenuHomeFreeBSD

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

Authored by des on Wed, Aug 6, 12:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 10, 9:45 PM
Unknown Object (File)
Wed, Aug 6, 8:44 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 66005
Build 62888: arc lint + arc unit