Page MenuHomeFreeBSD

Capsicumize readelf(1).
ClosedPublic

Authored by markj on Jul 29 2019, 7:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 6, 10:40 AM
Unknown Object (File)
Mon, Apr 6, 12:36 AM
Unknown Object (File)
Sun, Apr 5, 9:57 AM
Unknown Object (File)
Sun, Apr 5, 1:30 AM
Unknown Object (File)
Mon, Mar 30, 10:20 PM
Unknown Object (File)
Mar 6 2026, 11:15 AM
Unknown Object (File)
Mar 5 2026, 10:22 PM
Unknown Object (File)
Feb 25 2026, 3:23 PM
Subscribers

Details

Reviewers
oshogbo
emaste
Group Reviewers
capsicum
Commits
rS350516: Capsicumize readelf(1).

Diff Detail

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

Event Timeline

oshogbo added inline comments.
contrib/elftoolchain/readelf/readelf.c
7673 ↗(On Diff #60249)

In size we did fd, then filename, would it make sense to keep the same style?

This revision is now accepted and ready to land.Jul 31 2019, 6:32 PM
contrib/elftoolchain/readelf/readelf.c
7673 ↗(On Diff #60249)

I would prefer to pass it as an argument, but since these patches are not directly upstreamable (FreeBSD-specific), I prefer to minimize the size of the added diffs.

This revision was automatically updated to reflect the committed changes.