-
Martin Stjernholm authored
changed destructively. Test case: The following program should loop infinitely and not segfault when the stack is eaten (running with -d necessary). int main() { int i = 5; catch(main()); return main() + i; } Rev: src/interpret.c:1.180 Rev: src/interpret_functions.h:1.38 Rev: src/interpreter.h:1.54
Martin Stjernholm authoredchanged destructively. Test case: The following program should loop infinitely and not segfault when the stack is eaten (running with -d necessary). int main() { int i = 5; catch(main()); return main() + i; } Rev: src/interpret.c:1.180 Rev: src/interpret_functions.h:1.38 Rev: src/interpreter.h:1.54