Page MenuHomeFreeBSD

Limit stdin in cmp(1).
ClosedPublic

Authored by oshogbo on Oct 7 2016, 6:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 25, 11:56 PM
Unknown Object (File)
Thu, Sep 25, 10:19 PM
Unknown Object (File)
Sat, Sep 20, 6:52 AM
Unknown Object (File)
Thu, Sep 18, 12:30 PM
Unknown Object (File)
Thu, Sep 18, 6:34 AM
Unknown Object (File)
Wed, Sep 17, 6:38 AM
Unknown Object (File)
Wed, Sep 17, 5:54 AM
Unknown Object (File)
Jun 25 2025, 7:00 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.