RootCauseunvalidated
Line 362 calls parse_and_execute(temp_string, name, SEVAL_NONINT|SEVAL_NOHIST) — no boundary enforcement stops execution after the function body ends. Tension: The parser executes ALL commands in the string — including anything after the closing brace of the function body. Outcome: no boundary enforcement stops execution after the function body ends.
9ed7eb4c-e009-453c-bb9e-6b9d3cc39a84
Line 362 calls parse_and_execute(temp_string, name, SEVAL_NONINT|SEVAL_NOHIST) — no boundary enforcement stops execution after the function body ends. Tension: The parser executes ALL commands in the string — including anything after the closing brace of the function body. Outcome: no boundary enforcement stops execution after the function body ends.