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

Fixes bofObjectRunAsyncThread() crash on older GLIBC #4

Merged
merged 2 commits into from
May 16, 2024
Merged

Fixes bofObjectRunAsyncThread() crash on older GLIBC #4

merged 2 commits into from
May 16, 2024

Commits on May 16, 2024

  1. Load pthread_create and pthread_detach from libpthread.so.0

    This fixes an issue on systems with a GLIBC older than 2.34 where the pthread
    functionality is not contained with libc.so.6.
    fermat-prime committed May 16, 2024
    Configuration menu
    Copy the full SHA
    59bfad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a06214d View commit details
    Browse the repository at this point in the history