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

i#5133: Call __libc_eary_init for private libc #5134

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

derekbruening
Copy link
Contributor

Mirrors the glibc 2.32+ behavior where ld.so has a hardcoded call to
"__libc_eary_init" before it calls the regular ELF constructors.

This fixes crashes in clients on Ubuntu 21.
Tested in Dr. Memory on Ubuntu 21.

Fixes #5133

Mirrors the glibc 2.32+ behavior where ld.so has a hardcoded call to
"__libc_eary_init" before it calls the regular ELF constructors.

This fixes crashes in clients on Ubuntu 21.
Tested in Dr. Memory on Ubuntu 21.

Fixes #5133
@derekbruening
Copy link
Contributor Author

Windows failures are sourceforge yet again. Maybe we should look into checking the doxygen binary into our repo or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Private libc is not initialized on Ubuntu 21
2 participants