vere icon indicating copy to clipboard operation
vere copied to clipboard

`++cue` jet crashes the runtime when the sample is a cell

Open dozreg-toplud opened this issue 1 year ago • 2 comments

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.

dozreg-toplud avatar Aug 07 '24 07:08 dozreg-toplud

Good catch.

joemfb avatar Aug 07 '24 17:08 joemfb

Another similar bug:

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

dozreg-toplud avatar Aug 09 '24 07:08 dozreg-toplud

Resolved with #836 merged to 409

dozreg-toplud avatar Aug 19 '25 12:08 dozreg-toplud