summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
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.