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
This can happen due to a parital write to a string constant, e.g. *(int*)"hello world".
In real programs these would fault, but we must tolerate them because symex's over-approximate
alias analysis means it may think they can happen when in fact they are forbidden by other
constraints.
0 commit comments