Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Fix array not returning nothing on OOB read.#7

Open
avian2 wants to merge 1 commit intoKarolS:masterfrom
avian2:fix-array-oob
Open

Fix array not returning nothing on OOB read.#7
avian2 wants to merge 1 commit intoKarolS:masterfrom
avian2:fix-array-oob

Conversation

@avian2
Copy link

@avian2 avian2 commented Mar 24, 2017

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.

For instance, this would throw "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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant