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
KLEE prints .err files containing error message, file location, line number, and more. For example:
.err
Error: memory error: invalid pointer: free File: /tmp/code/code.c Line: 8 assembly.ll line: 23 Stack: #000000023 in main (=1, =36263824) at /tmp/code/code.c:8 Info: address: 36291136 next: object at 36963008 of size 23 MO19[23] allocated at main(): %3 = alloca i32, align 4 prev: object at 36291112 of size 8 MO33[8] allocated at main(): %6 = alloca i8*, align 8
This information may be used in order to produce comments above the error test or its function call, similar to UTBotJava's approach.
The text was updated successfully, but these errors were encountered:
While the fix, please, take a look at SARIF report creation procedure. Seems the most of code can be extended a bit and be reused.
Sorry, something went wrong.
Well done!
elenaboldyreva
Successfully merging a pull request may close this issue.
KLEE prints
.err
files containing error message, file location, line number, and more. For example:This information may be used in order to produce comments above the error test or its function call, similar to UTBotJava's approach.
The text was updated successfully, but these errors were encountered: