Skip to content

Infer widened bounds for pointers to null-terminated arrays #467

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

Closed
dtarditi opened this issue Mar 20, 2018 · 1 comment
Closed

Infer widened bounds for pointers to null-terminated arrays #467

dtarditi opened this issue Mar 20, 2018 · 1 comment
Assignees
Labels
feature This labels new features and enhancements. work item This labels issues that are not exactly bugs but are about improvements.

Comments

@dtarditi
Copy link
Member

Bounds can be widened when the element at the end of the bounds for a pointer to a null-terminated array is non-null. This work item is to implement a dataflow analysis that determines widened bounds.

@dtarditi dtarditi added the work item This labels issues that are not exactly bugs but are about improvements. label Nov 7, 2018
@mgrang mgrang self-assigned this Feb 3, 2021
@mgrang
Copy link

mgrang commented Feb 3, 2021

This has been implemented in #728 and subsequent PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This labels new features and enhancements. work item This labels issues that are not exactly bugs but are about improvements.
Projects
None yet
Development

No branches or pull requests

2 participants