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
{{ message }}
This repository has been archived by the owner on Dec 9, 2017. It is now read-only.
It seems that analyses do not receive the invokeFun callback when the invoked function throws an exception. So, if you definitely want some analysis action to be run for a function call, you need to do it in invokeFunPre. At the least, we should document this. At some point, we may want to think about a new analysis interface that puts more of the exception handling burden on analyses, in return for greater flexibility and better performance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems that analyses do not receive the
invokeFun
callback when the invoked function throws an exception. So, if you definitely want some analysis action to be run for a function call, you need to do it ininvokeFunPre
. At the least, we should document this. At some point, we may want to think about a new analysis interface that puts more of the exception handling burden on analyses, in return for greater flexibility and better performance.The text was updated successfully, but these errors were encountered: