[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5490 - glibc-package/trunk/debian/patches/hurd-i386



Author: sthibault
Date: 2013-02-12 11:04:20 +0000 (Tue, 12 Feb 2013)
New Revision: 5490

Modified:
   glibc-package/trunk/debian/patches/hurd-i386/tg-pie-sbrk.diff
Log:
fix typo

Modified: glibc-package/trunk/debian/patches/hurd-i386/tg-pie-sbrk.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/tg-pie-sbrk.diff	2013-02-11 04:08:07 UTC (rev 5489)
+++ glibc-package/trunk/debian/patches/hurd-i386/tg-pie-sbrk.diff	2013-02-12 11:04:20 UTC (rev 5490)
@@ -3,7 +3,7 @@
 
 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>


Reply to: