From aba24babeafbfa8d834cc0ac214865bb214540fd Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 6 Mar 2021 11:32:49 +0100 Subject: Added wrapped malloc function --- src/wrapped/wrappedlibc_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wrapped/wrappedlibc_private.h') diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 59370941..c26b9d65 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -1088,7 +1088,7 @@ GOM(__libc_start_main, iFEpippppp) //GOW(madvise, //GOW(makecontext, //GOW(mallinfo, -//GO(malloc, +GO(malloc, pFL) // need to wrap to clear allocated memory? //GO(malloc_get_state, //GOW(malloc_info, //GO(malloc_set_state, -- cgit 1.4.1