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
F166501753: D20516.id58233.diff
Thu, Aug 13, 8:45 PM
Unknown Object (File)
Thu, Aug 13, 5:03 PM
Unknown Object (File)
Tue, Aug 11, 11:40 PM
Unknown Object (File)
Tue, Aug 11, 11:40 PM
Unknown Object (File)
Tue, Aug 11, 5:22 PM
Unknown Object (File)
Mon, Aug 10, 6:01 PM
Unknown Object (File)
Mon, Aug 10, 5:12 PM
Unknown Object (File)
Sat, Aug 8, 8:35 PM
Subscribers

Details

Summary

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

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

contrib/elftoolchain/readelf/readelf.c
3437

Redundant parens around buf.

3438

Missing space after =.

3454

"features"?

3459

Misindented break.

Address issues reported by markj

emaste added inline comments.
contrib/elftoolchain/readelf/readelf.c
3454

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.