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

addMemWrite precision #5

Closed
joehendrix opened this issue Feb 28, 2017 · 1 comment
Closed

addMemWrite precision #5

joehendrix opened this issue Feb 28, 2017 · 1 comment

Comments

@joehendrix
Copy link
Contributor

joehendrix commented Feb 28, 2017

The definition of addMemWrite in Data.Macaw.AbsDomain.AbsState will clear the stack at offsets where it knows that a user has written to the stack. However, it does not clear the stack information at arbitrary writes.

We should determine how much stack information is really needed in code discovery, and see if we can remove the stack information or significantly simplify it rather than track information imprecisely.

@joehendrix
Copy link
Contributor Author

After some analysis, it's not clear how to best address this.

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

1 participant