Handling escaped variables in region analysis#989
Conversation
… yet -- is there a better way?
|
@copilot Resolve conflicts and add a test case for a regression that this fixes. |
Agent-Logs-Url: https://github.com/goblint/analyzer/sessions/564e520d-ac51-4680-9e7c-99ad250e4cca Co-authored-by: michael-schwarz <13812333+michael-schwarz@users.noreply.github.com>
Conflicts were already resolved in the existing merge commit (
Added Regarding the referenced issues: #107, #1070, #1298, and #1300 are related to different aspects of the region analysis (general cleanup, |
|
@copilot The tests fail |
Agent-Logs-Url: https://github.com/goblint/analyzer/sessions/5c1f51c9-4cd4-4964-9e5a-bf78bfed7685 Co-authored-by: michael-schwarz <13812333+michael-schwarz@users.noreply.github.com>
The CI failures were infrastructure issues unrelated to the test code: Fixed in commit |
|
@copilot: Instead of updating individual files, merge master into this. |
This is meant to address two issues we became aware of about escaped variables and the region analysis.
AddrOf(i)as owner in 9-34 when its not a pointer.