Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heap Identification for Regions Analysis #265

Open
Tracked by #270
l-kent opened this issue Oct 30, 2024 · 0 comments
Open
Tracked by #270

Heap Identification for Regions Analysis #265

l-kent opened this issue Oct 30, 2024 · 0 comments
Assignees

Comments

@l-kent
Copy link
Contributor

l-kent commented Oct 30, 2024

The regions analysis does not currently identify heap accesses. Ideally it should treat each heap allocation as a separate address space, in the same way that the stack is treated as separate from the data section. This means that each heap allocation could have multiple regions associated with it, just at different offsets to the R0 returned from malloc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants