This is the mail archive of the
glibc-bugs@sourceware.org
mailing list for the glibc project.
[Bug dynamic-link/21041] IFUNC setjmp/longjmp in libpthread.so are unsafe
- From: "hjl.tools at gmail dot com" <sourceware-bugzilla at sourceware dot org>
- To: glibc-bugs at sourceware dot org
- Date: Wed, 18 Jan 2017 18:10:52 +0000
- Subject: [Bug dynamic-link/21041] IFUNC setjmp/longjmp in libpthread.so are unsafe
- Auto-submitted: auto-generated
- References: <bug-21041-131@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=21041
--- Comment #11 from H.J. Lu <hjl.tools at gmail dot com> ---
Created attachment 9762
--> https://sourceware.org/bugzilla/attachment.cgi?id=9762&action=edit
A script to check versions of IFUNC symbols in libpthread.so and libc.so
We can remove the IFUNC symbols in libpthread.so if those
symbols in libc.so have the same versions in libc.so and
another symbol in libpthread.so has the same version so that
removing the IFUNC symbols in libpthread.so won't change
version dependencies for libc.so and libpthread.so. Here
is the script to check them.
--
You are receiving this mail because:
You are on the CC list for the bug.