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 a struct that contains pointers is passed to an unknown function, the memory reachable from these pointers is not invalidated/set to top. Whereas if we passed a pointer to the struct to the unknown function, the memory blocks reachable would be invalidated correctly.
When a struct that contains pointers is passed to an unknown function, the memory reachable from these pointers is not invalidated/set to top. Whereas if we passed a pointer to the struct to the unknown function, the memory blocks reachable would be invalidated correctly.
analyzer/tests/regression/02-base/48-unknown-func.c
Lines 5 to 30 in 5d4caae
The text was updated successfully, but these errors were encountered: