Viewing a single comment thread. View all comments

BirdUp69 t1_iyce9ub wrote

My probably out of date understanding is that goto ignores stack management. Stack allocated in the current context would remain allocated wherever the goto ends up. Done repeatedly this will lead to a stack overflow.

1