j
k
j a
j l
The bug actually could be triggered in older pikes too, but was a bit harder; try the following:
int main(int argc, array(string) argv) { int i;
for (i = 0; i < 4; i++) { sscanf("", "%d", int test); werror("test: %d\n", test); test = i+1; } }
Back to the thread
Back to the list