]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Check IFUNC definition in unrelocated executable [BZ #20019]
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 28 Dec 2020 13:28:49 +0000 (05:28 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 4 Jan 2021 20:01:01 +0000 (12:01 -0800)
commit6ea5b57afa5cdc9ce367d2b69a2cebfb273e4617
tree83999cf707019850aaf4c646e4044f53242537a1
parentb47b07c92d82df497ad4e3abebfdab51be5d0546
x86: Check IFUNC definition in unrelocated executable [BZ #20019]

Calling an IFUNC function defined in unrelocated executable also leads to
segfault.  Issue a fatal error message when calling IFUNC function defined
in the unrelocated executable from a shared library.
sysdeps/i386/dl-machine.h
sysdeps/x86_64/dl-machine.h