Skip to content

#16593 - Scilab crash in for loop when list extraction returns nothing

Cédric DELAMARRE requested to merge SciCed/scilab:fix-issue-16593 into 6.1

Fix issue #16593 (closed) - the crash was due to the "nothing" return by a list extract with arguments out of the range, now it returns an error.

Merge request reports