Skip to content
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

++cue jet crashes the runtime when the sample is a cell #700

Open
Quodss opened this issue Aug 7, 2024 · 2 comments · May be fixed by #703
Open

++cue jet crashes the runtime when the sample is a cell #700

Quodss opened this issue Aug 7, 2024 · 2 comments · May be fixed by #703

Comments

@Quodss
Copy link
Contributor

Quodss commented Aug 7, 2024

Calling ++cue with a cell sample causes the runtime to crash non-recoverably:

(slum cue *^)

This is due to the fact that u3s_cue_atom is called without checking if its argument is an atom.

@joemfb
Copy link
Member

joemfb commented Aug 7, 2024

Good catch.

@Quodss
Copy link
Contributor Author

Quodss commented Aug 9, 2024

Another similar bug:

(slum max 0 0 0)
(slum min 0 0 0)

@Quodss Quodss linked a pull request Aug 9, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants