Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Skip trailing garbage frames after _start #514

Merged
merged 3 commits into from
Aug 4, 2021

Commits on Aug 3, 2021

  1. fix: Skip trailing garbage frames after _start

    Our lack of support for `DW_CFA_undefined` can lead to conditions where we read a garbage return address via CFI. We observed this specifically for the `_start` function as generated for some linux compiler/libc combinations.
    
    This works around this by explicitly skipping a trailing unmapped frame following `_start`.
    Swatinem committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    d35dedd View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    d1ec7cb View commit details
    Browse the repository at this point in the history
  2. add changelog

    Swatinem committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    c51ee32 View commit details
    Browse the repository at this point in the history