Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Fix capsizefix base and length fixup when we fall back to using the section bounds #191

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 23, 2017

  1. Fix capsizefix base and length fixup when we fall back to using the s…

    …ection bounds
    
    When we are not able to find the size of a symbol, we conservatively use the section
    bounds. The bug causes the base to be set to the symbol address and the length to
    the section size, leading to capabilities that go outside the section bounds.
    The fix sets base and length to be equal to the section start and size and the
    capability offset is set to the symbol address.
    
    Fix minor bug in llvm-objdump -C reporting incorrect capability relocation permissions.
    qwattash committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    22327e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Configuration menu
    Copy the full SHA
    4bc2db4 View commit details
    Browse the repository at this point in the history