mirror of
https://github.com/upx/upx.git
synced 2024-12-11 22:53:57 +00:00
DPRINTF the munmap
modified: stub/src/i386-linux.elf-main.c
This commit is contained in:
parent
2315bff280
commit
994da63b4d
@ -685,6 +685,7 @@ do_xmap(int const fdi, Elf32_Ehdr const *const ehdr, Extent *const xi,
|
||||
reloc = ehdr0;
|
||||
}
|
||||
v_brk = phdr0->p_memsz + ehdr0;
|
||||
DPRINTF("do_xmap munmap [%%p, +%%x)\n", ehdr0, phdr0->p_memsz);
|
||||
munmap((void *)ehdr0, phdr0->p_memsz);
|
||||
}
|
||||
else { // PT_INTERP
|
||||
|
Loading…
Reference in New Issue
Block a user