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
I tried to add --enable dbg.full-output to understand what's going on. Turn out this fixes the problem!
This seems to be some sort of regression of #1312 ?!
michael-schwarz
changed the title
Combination of ana.malloc.unique_address_count >= 2 &threadid analysis deactivated unsound
With dbg.full-output off: Combination of ana.malloc.unique_address_count >= 2 &threadid analysis deactivated unsound
Mar 11, 2024
The analysis claims here that the
while
loop is never left. Deactivating either option means the analysis succeeds.The text was updated successfully, but these errors were encountered: