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

Use types when inferring the bounds for lvalue targets #343

Open
secure-sw-dev-bot opened this issue Jan 15, 2022 · 0 comments
Open

Use types when inferring the bounds for lvalue targets #343

secure-sw-dev-bot opened this issue Jan 15, 2022 · 0 comments

Comments

@secure-sw-dev-bot
Copy link

This issue was copied from microsoft/checkedc#344


We have updated the specification of checking of bounds declarations. In the specification, the CheckLValue function infers bounds for the values stored in lvalues (RB, in the specification). In the Checked C implementation, we use the type of the value to infer bounds in some cases. For example, we can infer bounds for Ptr values or array-typed values. The specification needs to be updated to reflect 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