shsajjadi / OctaveCoder

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

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

Closed shsajjadi closed 8 months ago

shsajjadi commented 8 months ago

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

shsajjadi commented 8 months ago

It is fixed with this commit : 53fd7a.