Track whether hash table has non-NULL elements as a precondition #715
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
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.
The text was updated successfully, but these errors were encountered: