Calling `node->ToString` on a node constructed from 2000 consecutive `OP_FALSE` opcodes causes execution to halt due to running out of stack space. The root cause is the unbounded recursion in `MakeString`.