* Document other people's bugs ;-)

This commit is contained in:
Eelco Dolstra 2005-09-29 08:59:45 +00:00
parent 8a5558f65d
commit 0177cc4483
1 changed files with 6 additions and 0 deletions

6
BUGS Normal file
View File

@ -0,0 +1,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.