summaryrefslogtreecommitdiff
path: root/.topmsg
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-12 12:05:20 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-12 12:05:20 +0100
commit2d9f69a5b681e856fef0212c826e965fc8653427 (patch)
tree150dcac96a98b98fad58cbf2ec39fe06d0179d2d /.topmsg
parent3acb8f897949778f0db9d7f0ffc5d06b3f1119ae (diff)
Fix typo
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg2
1 files changed, 1 insertions, 1 deletions
diff --git a/.topmsg b/.topmsg
index 98af188bb1..27aa724fe5 100644
--- a/.topmsg
+++ b/.topmsg
@@ -3,7 +3,7 @@ Subject: Fix sbrk in PIE binaries
In PIE mode, the program gets loaded at very low address, and thus _end is very
low, just before libraries, and thus initializing the brk to it does not make
-sense, since there is no room left there. Hardcode the brk to 0x800000 for now
+sense, since there is no room left there. Hardcode the brk to 0x8000000 for now
as a workaround.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>