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

Finalize behavior when calling extern functions from Dafny as it relates to null checks #305

Closed
acioc opened this issue May 5, 2020 · 1 comment

Comments

@acioc
Copy link

acioc commented May 5, 2020

As noted in #294 we should determine how we treat inputs of native functions that are only called as externs from Dafny.

Should we do null checks when we know Dafny will never pass a null value? Should we allow these inputs to potentially NPE?

@robin-aws
Copy link
Contributor

Will be addressed by more general work on external soundness (which forces correct dynamic input checking): #165

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