From 994da63b4d5e7f5e67828cd34bda81d7cc8de663 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 25 May 2020 14:05:58 -0700 Subject: [PATCH] DPRINTF the munmap modified: stub/src/i386-linux.elf-main.c --- src/stub/src/i386-linux.elf-main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stub/src/i386-linux.elf-main.c b/src/stub/src/i386-linux.elf-main.c index e10b57c0..31b57b67 100644 --- a/src/stub/src/i386-linux.elf-main.c +++ b/src/stub/src/i386-linux.elf-main.c @@ -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