Commit 77729447 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

avoid assertion failure when the user sets a small type for --value-type

When building in debug mode, the user could trigger an assertion failure by
setting a value type that was too small to contain values in the model. Note
that this would *only* occur when the user specifically overrode --value-type
with a narrower type than the one that would have been selected automatically.

Github: closes #166 "users can force verifier assertion failure"
parent 47d110e3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment