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
I found a code snippet which results in a segfault of the interpreter
#define TEST #include "tcl.c" #define TCL_BENCH "set i 0; while {< $i 1} {if {== [- $i] -1} {} {set i [+ $i 1]}}" int main() { struct tcl tcl; tcl_init(&tcl); tcl_eval(&tcl, TCL_BENCH, sizeof(TCL_BENCH)); tcl_destroy(&tcl); return 0; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found a code snippet which results in a segfault of the interpreter
The text was updated successfully, but these errors were encountered: