Skip to content
  • Simon Marlow's avatar
    Fix segfault due to reading non-existent memory · 2624298a
    Simon Marlow authored and Ben Gamari's avatar Ben Gamari committed
    It was possible to read non-existent memory, if we try to read the
    srt_offset field of an info table when there is no SRT, and the info
    table is right at the start of the text section.
    
    This actually happened to me, I'm not sure why it never happened
    before.
    
    Test Plan: validate
    
    Reviewers: rwbarton, ezyang, austin, bgamari
    
    Reviewed By: austin, bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1401
    2624298a