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
fprintf(stderr, ...)
Code Sample
// file fail.c #include <stdio.h> int main(void) { fprintf(stderr, "Unsupported.\n"); return 0; }
Problem description If I run this with ./genmc fail.c I reach a segfault.
./genmc fail.c
The version: GenMC v0.10.2 (commit #e2a7f1f) Built with LLVM 18.1.3 (RelWithDebInfo)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Code Sample
Problem description
If I run this with
./genmc fail.c
I reach a segfault.The version:
GenMC v0.10.2 (commit #e2a7f1f)
Built with LLVM 18.1.3 (RelWithDebInfo)
The text was updated successfully, but these errors were encountered: