[26970] in Source-Commits
/svn/athena r25863 - trunk/debathena/debathena/ldso1-stub
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Mar 21 15:31:25 2013
Date: Thu, 21 Mar 2013 15:31:19 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201303211931.r2LJVJof019879@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2013-03-21 15:31:18 -0400 (Thu, 21 Mar 2013)
New Revision: 25863
Modified:
trunk/debathena/debathena/ldso1-stub/ld-linux-1.asm
Log:
No trailing NUL
Modified: trunk/debathena/debathena/ldso1-stub/ld-linux-1.asm
===================================================================
--- trunk/debathena/debathena/ldso1-stub/ld-linux-1.asm 2013-03-21 19:22:52 UTC (rev 25862)
+++ trunk/debathena/debathena/ldso1-stub/ld-linux-1.asm 2013-03-21 19:31:18 UTC (rev 25863)
@@ -15,5 +15,5 @@
section .data
-msg db 'ERROR: The program you are trying to run is too old for this system.',0xa,' (libc5 not available)',0xa,0x0
+msg db 'ERROR: The program you are trying to run is too old for this system.',0xa,' (libc5 not available)',0xa
len equ $ - msg