Skip to content

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

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
secure-sw-dev-bot opened this issue Jan 16, 2022 · 1 comment
Closed

Comments

@secure-sw-dev-bot
Copy link

This issue was copied from checkedc/checkedc-clang#467


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.

@secure-sw-dev-bot
Copy link
Author

Comment from @mgrang:

This has been implemented in checkedc/checkedc-clang#728 and subsequent PRs.

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

No branches or pull requests

1 participant