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

feat: add libz.so.1 to whitelisted libraries #334

Merged
merged 4 commits into from
Sep 15, 2021
Merged

Commits on Sep 4, 2021

  1. feat: add libz.so.1 to whitelisted libraries

    This also requires to blacklist some symbols from `libz.so.1`.
    There was some breakage in ABI compatibility for this library.
    It's seems unlikely that those symbols are used in the wild.
    mayeut committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    619af6d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. chore: refactor iterating over symbol dict

    Co-authored-by: László Kiss Kollár <[email protected]>
    mayeut and lkollar authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    fed00a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    195681a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

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