We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ cbmc-convert-output -a Traceback (most recent call last): File "/usr/bin/cbmc-convert-output", line 140, in <module> print_it(parse_it()) File "/usr/bin/cbmc-convert-output", line 105, in parse_it fun_name = source_loc['function'] KeyError: 'function'
reproducer:
csmock -j8 -f -t cbmc --cbmc-add-flag '--div-by-zero-check --signed-overflow-check --unsigned-overflow-check --pointer-overflow-check --conversion-check --undefined-shift-check --float-overflow-check --nan-check' --cbmc-timeout 200 --keep-going --no-clean ./grep-3.6-2.fc34.src.rpm
The text was updated successfully, but these errors were encountered:
This is caused by --conversion-check. I'm looking for small enough to read reproducer...
--conversion-check
Sorry, something went wrong.
No branches or pull requests
reproducer:
csmock -j8 -f -t cbmc --cbmc-add-flag '--div-by-zero-check --signed-overflow-check --unsigned-overflow-check --pointer-overflow-check --conversion-check --undefined-shift-check --float-overflow-check --nan-check' --cbmc-timeout 200 --keep-going --no-clean ./grep-3.6-2.fc34.src.rpm
The text was updated successfully, but these errors were encountered: