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, Apr 8, 2:04 PM
Unknown Object (File)
Mon, Apr 8, 2:02 PM
Unknown Object (File)
Mon, Apr 8, 12:32 PM
Unknown Object (File)
Mon, Apr 8, 11:36 AM
Unknown Object (File)
Fri, Mar 29, 3:18 PM
Unknown Object (File)
Feb 23 2024, 2:42 AM
Unknown Object (File)
Jan 22 2024, 3:52 PM
Unknown Object (File)
Jan 3 2024, 5:32 PM
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