You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not initialize pointers to original functions in (libc_)free
Do not initialize pointers to original functions in (libc_)free()
because dlsym() calls (libc_)free() internally, what can cause
the infinite recursion:
(libc_)free -> InitOrigPointers -> dlsym -> (libc_)free.
This patch fixes this issue.
Fixes: #1907
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
0 commit comments