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
This version of bbe segfaults for me if I don't specify any command or specify an empty command (which is useful with the -s option). The released 0.2.2 version from sourceforce works fine.
The problem is in line 710 of execute.c:
if (commands->block_start->letter == 'K') {
This misses a test for non-null commands->block_start.
The text was updated successfully, but these errors were encountered:
This version of bbe segfaults for me if I don't specify any command or specify an empty command (which is useful with the
-s
option). The released 0.2.2 version from sourceforce works fine.The problem is in line 710 of execute.c:
This misses a test for non-null
commands->block_start
.The text was updated successfully, but these errors were encountered: