From cf0fd0ff3342fe1b9a028dca95b750f730e2afd6 Mon Sep 17 00:00:00 2001 From: Akira Moroo Date: Fri, 12 Nov 2021 05:34:39 +0000 Subject: Remove unnecessary mem_limit in afl-showmap Signed-off-by: Akira Moroo --- src/afl-showmap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 4c207d62..57737562 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -1136,7 +1136,6 @@ int main(int argc, char **argv_orig, char **envp) { } - if (fsrv->cs_mode && !mem_limit_given) { fsrv->mem_limit = MEM_LIMIT; } if (fsrv->qemu_mode && !mem_limit_given) { fsrv->mem_limit = MEM_LIMIT_QEMU; } if (unicorn_mode && !mem_limit_given) { fsrv->mem_limit = MEM_LIMIT_UNICORN; } -- cgit 1.4.1