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
Describe the bug
$ env -u TERM cmatrix -f Segmentation fault
To Reproduce See above.
Expected behavior Program should not crash, or it should give a clear explanation before exiting gracefully.
Additional context Downstream bug report: https://bugs.debian.org/715743
The text was updated successfully, but these errors were encountered:
Referencing https://bugs.debian.org/715743#27:
I believe the culrpit is this line: if (force && strcmp("linux", getenv("TERM"))) { If getenv() returns NULL, then strcmp() crashes.
I believe the culrpit is this line:
if (force && strcmp("linux", getenv("TERM"))) {
If getenv() returns NULL, then strcmp() crashes.
Sorry, something went wrong.
Also getting segmentation fault after a few seconds
compiling on windows 11 with WSL
No branches or pull requests
Describe the bug
To Reproduce
See above.
Expected behavior
Program should not crash, or it should give a clear explanation before exiting gracefully.
Additional context
Downstream bug report: https://bugs.debian.org/715743
The text was updated successfully, but these errors were encountered: