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

Decode: fix maximum time offset values #706

Merged
merged 1 commit into from Dec 22, 2021

Conversation

moorereason
Copy link
Contributor

According to RFC3339 section 5.6, the maximum time offset values for
hours and minutes is 23 and 59, respectively.

Found while doing differential fuzzing against toml-dart.

According to RFC3339 section 5.6, the maximum time offset values for
hours and minutes is 23 and 59, respectively.
@pelletier pelletier changed the title decode: fix maximum time offset values Decode: fix maximum time offset values Dec 22, 2021
@pelletier pelletier added the bug Issues describing a bug in go-toml. label Dec 22, 2021
@pelletier pelletier merged commit 5cbdea6 into pelletier:v2 Dec 22, 2021
@pelletier
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues describing a bug in go-toml.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants