neoleo
neoleo copied to clipboard
Infinite loop in bad script
Reading a script can cause infinite loop if row-wise insertion not terminated.
E.g.
I
1
2
3
Note that there is no terminating . so it can get stuck in an infinite loop.