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 BinaryEdit::getResolvedLibraryPath for Ubuntu 22.04 #1362

Merged

Commits on Feb 3, 2023

  1. Fix BinaryEdit::getResolvedLibraryPath for Ubuntu 22.04

    - the main issue was `/sbin/ldconfig -p` on Ubuntu 22.04 has an extra line at the end: "Cache generated by: ldconfig (Ubuntu GLIBC 2.35-0ubuntu3) stable release version 2.35"
      - this would result in an occasionaly segfault
    - refactored the rest to avoid strtok which is known to have a fair amount of problems
    jrmadsen committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    cc8b320 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0616a3d View commit details
    Browse the repository at this point in the history