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

Decompress section data prior to use #10

Merged
merged 1 commit into from
Dec 31, 2022

Commits on Dec 31, 2022

  1. Decompress section data prior to use

    This doesn't matter for `.eh_frame`, but it does matter to dwarf
    data, which is often compressed. Accessing uncompressed data will
    result in a silent failure in `framehop`:
    
    * https://github.com/mstange/framehop/blob/v0.7.2/src/unwinder.rs#L575
    bobrik committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    7844b7a View commit details
    Browse the repository at this point in the history