Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BWInventory may throw IOOBE for cases where Inventory doesn't. #188

Open
SoniEx2 opened this issue Sep 9, 2015 · 0 comments · May be fixed by #324
Open

BWInventory may throw IOOBE for cases where Inventory doesn't. #188

SoniEx2 opened this issue Sep 9, 2015 · 0 comments · May be fixed by #324
Assignees
Labels
enhancement Nice to have features in progress Pull requests that are not yet ready to be merged and issues that are being worked on.

Comments

@SoniEx2
Copy link
Contributor

SoniEx2 commented Sep 9, 2015

BWInventory may throw IOOBE for cases where Inventory doesn't.

https://github.com/NOVA-Team/NOVA-Core/blob/master/minecraft/1.7/src/main/java/nova/core/wrapper/mc17/wrapper/inventory/BWInventory.java#L20

Vanilla inventories (e.g. vanilla furnace) are guilty of this: They don't bounds-check.

@calclavia calclavia added the enhancement Nice to have features label Sep 10, 2015
@ExE-Boss ExE-Boss linked a pull request Jun 28, 2018 that will close this issue
@ExE-Boss ExE-Boss self-assigned this Jun 28, 2018
@ExE-Boss ExE-Boss added the in progress Pull requests that are not yet ready to be merged and issues that are being worked on. label Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Nice to have features in progress Pull requests that are not yet ready to be merged and issues that are being worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants