You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix #128085 - SIGSEGV in S_regmatch with S_study_chunk: Assertion "!frame" failed.
The goto target should have been before the if (frame) block.
Clearly this code is not well tested in our test suite. This patch
does NOT include tests.
0 commit comments