fimpp icon indicating copy to clipboard operation
fimpp copied to clipboard

Fix array not returning nothing on OOB read.

Open avian2 opened this issue 8 years ago • 0 comments

For instance, the following program throws java.lang.IndexOutOfBoundsException instead of setting Errors to nothing:

I found a book titled Debugging. On 1st page of Debugging I read about Errors.

This change also fixes the bf.fimpp example, which right now just throws the above exception.

avian2 avatar Mar 24 '17 19:03 avian2