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
Handling function pointers in contracts instrumentation
During instrumentation for enforcing/replacing function contracts,
all calls to function pointers were not handled. We now consider
that a function call might be a dereference and properly handle it
during instrumentation.
Signed-off-by: Felipe R. Monteiro <[email protected]>
0 commit comments