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)
Fri, Jan 17, 3:37 PM
Unknown Object (File)
Dec 23 2024, 12:32 AM
Unknown Object (File)
Dec 21 2024, 6:03 PM
Unknown Object (File)
Oct 1 2024, 1:59 PM
Unknown Object (File)
Oct 1 2024, 11:29 AM
Unknown Object (File)
Sep 30 2024, 6:30 PM
Unknown Object (File)
Sep 18 2024, 4:44 AM
Unknown Object (File)
Sep 16 2024, 9:26 AM
Subscribers
None

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #21159)

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 ↗(On Diff #21159)

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