Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
assert nested CV existence when freeing CV
[perl #131631] has a convoluted test case that messes up parser error recovery and causes a segv via null pointer dereference. Turn the segv into an assertion failure, by asserting non-nullness of the pointer. This doesn't fix the actual problem with error recovery.
- Loading branch information