Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
glibc.9959
libgcc-rtld-now.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgcc-rtld-now.patch of Package glibc.9959
2018-01-10 Florian Weimer <fweimer@redhat.com> [BZ #22636] * sysdeps/nptl/unwind-forcedunwind.c (pthread_cancel_init): Open libgcc.so with RTLD_NOW, to avoid lazy binding during unwind. Index: glibc-2.26/sysdeps/nptl/unwind-forcedunwind.c =================================================================== --- glibc-2.26.orig/sysdeps/nptl/unwind-forcedunwind.c +++ glibc-2.26/sysdeps/nptl/unwind-forcedunwind.c @@ -49,7 +49,7 @@ pthread_cancel_init (void) return; } - handle = __libc_dlopen (LIBGCC_S_SO); + handle = __libc_dlopen_mode (LIBGCC_S_SO, RTLD_NOW | __RTLD_DLOPEN); if (handle == NULL || (resume = __libc_dlsym (handle, "_Unwind_Resume")) == NULL
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor