-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#5133: Call __libc_eary_init for private libc (#5134)
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
- Loading branch information
1 parent
26b5fb4
commit f3d907d
Showing
1 changed file
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters