]> git.ipfire.org Git - thirdparty/glibc.git/commit - elf/Makefile
elf: Refuse to dlopen PIE objects [BZ #24323]
authorFlorian Weimer <fweimer@redhat.com>
Tue, 18 Jun 2019 14:42:10 +0000 (16:42 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 18 Jun 2019 14:42:10 +0000 (16:42 +0200)
commit2c75b545de6fe3c44138799c68217a94bc669a88
treefa8cd3f23ec090151bfac600ee394757634cfa05
parent02d8b5ab1c89bcef2627d2b621bfb35b573852c2
elf: Refuse to dlopen PIE objects [BZ #24323]

Another executable has already been mapped, so the dynamic linker
cannot perform relocations correctly for the second executable.
ChangeLog
elf/Makefile
elf/dl-load.c
elf/tst-dlopen-pie.c [new file with mode: 0644]
include/elf.h