summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-09-29 08:59:45 (GMT)
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-09-29 08:59:45 (GMT)
commit0177cc4483979b5b216240e0b1340ce97dd84113 (patch)
treeb8e83533eedbdbcdc85ef1b8ea30e5a4c6decb73 /BUGS
parent8a5558f65d88d6c2f7f6796628f018503038a153 (diff)
downloadpatchelf-0177cc4483979b5b216240e0b1340ce97dd84113.zip
patchelf-0177cc4483979b5b216240e0b1340ce97dd84113.tar.gz
patchelf-0177cc4483979b5b216240e0b1340ce97dd84113.tar.bz2
* Document other people's bugs ;-)
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..9e8913d
--- /dev/null
+++ b/BUGS
@@ -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.