rems-project / linksem

Semantic model for aspects of ELF static linking and DWARF debug information
Other
43 stars 7 forks source link

Fix interpreted segments permissions #15

Closed emersion closed 6 years ago

emersion commented 6 years ago

In interpreted segments, permissions are represented as a tuple of 3 bools, documented as (r, w, x). Those were reversed, and the code was duplicated.

emersion commented 6 years ago

A quick grep reveals that this field is not used anywhere, so I'm just going to merge this, this is blocking my current work and I don't want to start cherry-picking commits around.