blob: 9e8913d2e31eba2df977747b3df2cca9a19f4f61 (
plain)
1
2
3
4
5
6
|
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.
|