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

Track whether hash table has non-NULL elements as a precondition #715

Closed
tegansb opened this issue Oct 15, 2020 · 1 comment
Closed

Track whether hash table has non-NULL elements as a precondition #715

tegansb opened this issue Oct 15, 2020 · 1 comment
Labels
cbmc Anything related to CBMC proofs. feature-request A feature should be added or improved. needs-review This issue or pull request needs review from a core team member. p3 This is a minor priority issue

Comments

@tegansb
Copy link
Contributor

tegansb commented Oct 15, 2020

New hash table generators make assumptions on keys and values being non-NULL (see verification/cbmc/stubs/hash_table_generators.c).

Some functions require/assume this precondition. Ideally we would add it as a precondition to those functions.

@feliperodri feliperodri added the cbmc Anything related to CBMC proofs. label Oct 15, 2020
@feliperodri feliperodri changed the title Track whether hash table has non-NULL elements as function precondition Track whether hash table has non-NULL elements as a precondition Oct 15, 2020
@yasminetalby yasminetalby added the feature-request A feature should be added or improved. label Jun 25, 2023
@jmklix jmklix added needs-review This issue or pull request needs review from a core team member. p3 This is a minor priority issue labels Sep 21, 2023
@jmklix
Copy link
Member

jmklix commented Sep 21, 2023

This is not something that is currently a priority for the team. Closing for now

@jmklix jmklix closed this as completed Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cbmc Anything related to CBMC proofs. feature-request A feature should be added or improved. needs-review This issue or pull request needs review from a core team member. p3 This is a minor priority issue
Projects
None yet
Development

No branches or pull requests

4 participants