-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update for glibc 2.34+ : __malloc_hook / ... deprecated and no longer usable #12
Comments
It indeed doesn't compile anymore on a recent libc:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use glibc 2.35 on my system, and i can't compile libSlimGuard, because of the symbols used in src/gnuwrapper.cpp.
These symbols (__malloc_hook, etc) are not found by my compiler, because they have been removed from glibc.
From glibc 2.34 log :
Just wanted to let you know
The text was updated successfully, but these errors were encountered: