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

Fixed IllegalArgumentException in UUIDUtil (RxJava1) #486

Conversation

dariuszseweryn
Copy link
Owner

@dariuszseweryn dariuszseweryn commented Sep 21, 2018

Issue happened when unknown data type is parsed which length is greater than the remaining array length. Additionally fixed potential issue with data type lengths that are greater than 128.

Fixes #482

Issue happened when unknown data type is parsed which length is greater than the remaining array length. Additionally fixed potential issue with data type lengths that are greater than 128.
@dariuszseweryn dariuszseweryn added the bug Bug that is caused by the library label Sep 21, 2018
@dariuszseweryn dariuszseweryn self-assigned this Sep 21, 2018
@dariuszseweryn dariuszseweryn changed the title Fixed IllegalArgumentException in UUIDUtil Fixed IllegalArgumentException in UUIDUtil (RxJava1) Sep 21, 2018
@dariuszseweryn dariuszseweryn merged commit 279c9fa into master-rxjava1 Sep 28, 2018
@dariuszseweryn dariuszseweryn deleted the fix/uuid_parser_illegalargumentexception-rxjava1 branch September 28, 2018 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that is caused by the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant