[Bugzilla] [Bug 12670] Samuel GOUGEON has commented the bug

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Sun Mar 25 05:32:10 CEST 2018


http://bugzilla.scilab.org/show_bug.cgi?id=12670
--------- Bug Summary -----------
crash while constructing vector with uint16 bounds

---------- Changed by ------------
sgougeon at free.fr

---------- What changed ----------

--- Comment #4 from Samuel GOUGEON <sgougeon at free.fr> ---
Code used when preparing a test:

for i = [1 2 4 11 12 14]
    a = iconvert(10,i);
    assert_checktrue(execstr("b=0:a", "errcatch")==0);
    assert_checktrue(execstr("b=a:-1:0", "errcatch")==0);
    assert_checktrue(execstr("b=a:2:3*a", "errcatch")==0);
end

No issue on 5.4.1, nor later.

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180325/b9680377/attachment.htm>


More information about the Bugzilla mailing list