Page MenuHomeFreeBSD

Limit stdin in cmp(1).
ClosedPublic

Authored by oshogbo on Oct 7 2016, 6:11 PM.
Tags
None
Referenced Files
F161168800: D8184.diff
Wed, Jul 1, 5:18 AM
Unknown Object (File)
Mon, Jun 22, 1:06 PM
Unknown Object (File)
Sun, Jun 21, 6:44 PM
Unknown Object (File)
May 24 2026, 8:28 AM
Unknown Object (File)
May 16 2026, 6:44 AM
Unknown Object (File)
May 15 2026, 8:08 AM
Unknown Object (File)
Apr 29 2026, 2:26 AM
Unknown Object (File)
Apr 29 2026, 2:18 AM
Subscribers
None

Details

Summary

If stdin was not choose as one of the input descriptor, limit it.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

oshogbo retitled this revision from to Limit stdin in cmp(1)..
oshogbo updated this object.
oshogbo edited the test plan for this revision. (Show Details)
oshogbo added reviewers: allanjude, emaste, cem.
cem edited edge metadata.
This revision is now accepted and ready to land.Oct 7 2016, 6:28 PM
cmp.c
168โ€“169

FYI you can do this as cap_rights_limit(STDIN_FILENO, cap_rights_init(&rights)) if you're so inclined.

emaste edited edge metadata.
This revision was automatically updated to reflect the committed changes.
cmp.c
168โ€“169

That generally wraps in an ugly way if you're at any indentation at all.