Page MenuHomeFreeBSD

readelf: decode NT_GNU_PROPERTY_TYPE_0 / GNU_PROPERTY_X86_FEATURE_1_AND
ClosedPublic

Authored by emaste on Jun 4 2019, 3:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 6:57 PM
Unknown Object (File)
Tue, Apr 30, 8:33 AM
Unknown Object (File)
Fri, Apr 26, 8:09 AM
Unknown Object (File)
Fri, Apr 26, 8:09 AM
Unknown Object (File)
Fri, Apr 26, 8:09 AM
Unknown Object (File)
Fri, Apr 26, 8:08 AM
Unknown Object (File)
Fri, Apr 26, 12:50 AM
Unknown Object (File)
Fri, Apr 19, 4:26 AM
Subscribers

Details

Summary

These bits are used for Intel CET IBT/Shadow Stack.

Diff Detail

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

Event Timeline

contrib/elftoolchain/readelf/readelf.c
3437 ↗(On Diff #58230)

Redundant parens around buf.

3438 ↗(On Diff #58230)

Missing space after =.

3454 ↗(On Diff #58230)

"features"?

3459 ↗(On Diff #58230)

Misindented break.

Address issues reported by markj

emaste added inline comments.
contrib/elftoolchain/readelf/readelf.c
3454 ↗(On Diff #58230)

I used 'feature' for bug compatibility with GNU readelf, but we're going to have minor formatting differences anyway so will go with features.

This revision was not accepted when it landed; it landed in state Needs Review.Aug 1 2019, 6:00 PM
This revision was automatically updated to reflect the committed changes.