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

ISO8601Utils::parse() doesn't handle a null date input correctly #22

Open
hengque opened this issue Feb 25, 2021 · 0 comments
Open

ISO8601Utils::parse() doesn't handle a null date input correctly #22

hengque opened this issue Feb 25, 2021 · 0 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@hengque
Copy link

hengque commented Feb 25, 2021

It checks for the string being null, but only after attempting to parse it as an int. This parse function will throw a NullPointerException, but this is not checked for in parse(). Based on how parse() is otherwise written, this does not seem intended.

@hengque hengque added bug Something isn't working wontfix This will not be worked on labels Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant