Page MenuHomeFreeBSD

Capsicumize readelf(1).
ClosedPublic

Authored by markj on Jul 29 2019, 7:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 15, 3:25 AM
Unknown Object (File)
Tue, Jan 14, 8:58 AM
Unknown Object (File)
Dec 3 2024, 7:49 PM
Unknown Object (File)
Nov 18 2024, 5:27 PM
Unknown Object (File)
Oct 20 2024, 9:08 AM
Unknown Object (File)
Oct 6 2024, 9:34 AM
Unknown Object (File)
Sep 25 2024, 3:21 AM
Unknown Object (File)
Sep 19 2024, 12:05 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.