amd64-linux.elf: workaround for SIGSEGV on Centos 5.2

https://sourceforge.net/tracker/?func=detail&atid=102331&aid=2136491&group_id=2331
This commit is contained in:
John Reiser 2008-11-15 08:49:13 -08:00
parent 31a076d7b3
commit f4c061d412

View File

@ -298,7 +298,7 @@ ERR_LAB
if (xi) { // 1st call (main); also have (0!=av) here
if (ET_DYN!=ehdr->e_type) {
// Needed only if compressed shell script invokes compressed shell.
brk(v_brk);
// brk(v_brk); // SIGSEGV when is_big [unmaps ourself!]
}
}
if (0!=p_reloc) {