shsajjadi / OctaveCoder

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

segmentation fault in indexed assignment to functions #11

Closed shsajjadi closed 2 years ago

shsajjadi commented 3 years ago

This:

    function test
        sum(1) = 2;
    end

results in segfault.

shsajjadi commented 3 years ago

The fix is here.