From 0421c010cb7e86b31584fd65fbf9b5a88f39d087 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Sat, 20 May 2000 18:29:43 +0000 Subject: [PATCH] UPX1 no longer used with Extent in xread() stub/l_lx_exec.c committer: jreiser 958847383 +0000 --- src/p_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_unix.cpp b/src/p_unix.cpp index 6cad77f9..49fabde1 100644 --- a/src/p_unix.cpp +++ b/src/p_unix.cpp @@ -423,7 +423,7 @@ void PackLinuxI386::patchLoader() patch_le32(loader,lsize,"UPX4",exetype > 0 ? 3 : 15); // sleep time patch_le32(loader,lsize,"UPX3",exetype > 0 ? 0 : 0x7fffffff); patch_le32(loader,lsize,"UPX2",progid); - patch_le32(loader,lsize,"UPX1",lsize); + //patch_le32(loader,lsize,"UPX1",lsize); no longer used patchVersion(loader,lsize); // The beginning of our loader consists of a elf_hdr (52 bytes) and