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
When processing an CFG entrance, the expression engine does not have a
CFG element reference set up, thus an Asan error would be triggered if
we use the stale value. Instead, we pass the first element in the block
which would be a workaround.
0 commit comments