File: BUGS

package info (click to toggle)
patchelf 0.9%2B52.20180509-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 636 kB
  • sloc: cpp: 3,763; sh: 254; makefile: 92; ansic: 37
file content (6 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (6)
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.