mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-17 15:41:35 +08:00
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
Bug in Linux kernel, in fs/binfmt_elf.c:
|
|
|
|
NEW_AUX_ENT( 3, AT_PHDR, load_addr + exec->e_phoff);
|
|
|
|
This is wrong since the actual virtual address of the program headers
|
|
may be somewhere else.
|