Page MenuHomeFreeBSD

Sandbox wc(1) with fileargs.
ClosedPublic

Authored by oshogbo on Feb 17 2018, 12:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 24, 9:18 AM
Unknown Object (File)
Wed, Feb 12, 3:37 AM
Unknown Object (File)
Jan 30 2025, 7:10 AM
Unknown Object (File)
Jan 24 2025, 11:55 PM
Unknown Object (File)
Jan 24 2025, 7:35 PM
Unknown Object (File)
Jan 20 2025, 4:13 PM
Unknown Object (File)
Jan 13 2025, 3:55 AM
Unknown Object (File)
Jan 7 2025, 4:37 AM
Subscribers

Details

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This looks pretty clean, I like it.

usr.bin/wc/wc.c
144

Doesn't this need to be before the first use of err.h? It should be before the above if() because of the xo_warn()

This revision is now accepted and ready to land.Feb 17 2018, 5:12 PM
usr.bin/wc/wc.c
144

But this is needed only when we are in capability mode which we enter below, so if xo_warn will be called it will still have access to the NLS.

We handle now empty argc and argv.

This revision now requires review to proceed.Feb 21 2018, 9:57 PM

Looks good

usr.bin/wc/wc.c
49

should sort alphabetically before stat

This revision is now accepted and ready to land.Feb 22 2018, 12:46 AM