shsajjadi / OctaveCoder

Octave Coder __ A code generator and build system that converts Octave to C++
Other
25 stars 3 forks source link

Segfault when calling a function with empty comma separated list #40

Closed shsajjadi closed 3 months ago

shsajjadi commented 3 months ago

Calling "myfunction(emptycell{:})" results in segfault.

shsajjadi commented 3 months ago

It is fixed with this commit : 53fd7a.