Skip to content

Segfault in execute.c line 710 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ulm opened this issue Dec 12, 2020 · 0 comments
Open

Segfault in execute.c line 710 #1

ulm opened this issue Dec 12, 2020 · 0 comments

Comments

@ulm
Copy link

ulm commented Dec 12, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant