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

Limit max code length to 15 as specified in #190 #191

Merged
merged 5 commits into from
Sep 2, 2018
Merged

Limit max code length to 15 as specified in #190 #191

merged 5 commits into from
Sep 2, 2018

Conversation

tgulacsi
Copy link
Contributor

@tgulacsi tgulacsi commented Sep 1, 2018

With this limit, go-fuzz couldn't find a crasher in 15 minutes yet.

Copy link
Contributor

@zongweil zongweil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for being proactive about updating the Go library!

go/go.mod Show resolved Hide resolved
go/encode.go Show resolved Hide resolved
go/olc.go Show resolved Hide resolved
@@ -23,3 +23,5 @@ CFX30000+,92,1,89,1,90,2
62H20000+,1,180,1,-180,2,-179
62H30000+,1,181,1,-179,2,-178
CFX3X2X2+X2,90,1,89.9998750,1,90,1.0001250
6GFRP39C+5HG4QWR,-0.2820710399999935,36.07145996093760,-0.2820710399999935,36.07145996093752,-0.2820709999999935,36.07146008300783
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding some more test cases! Unfortunately, all the other implementations are failing since they don't have these changes yet. Can you revert these changes for now? I'll add some test cases when the other implementations can pass these cases.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

go/olc.go Show resolved Hide resolved
go/olc.go Show resolved Hide resolved
Copy link
Contributor

@zongweil zongweil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Fix the typo and I'll merge in the changes.

Thanks again for updating the library!

go/decode.go Outdated Show resolved Hide resolved
go/olc.go Show resolved Hide resolved
@zongweil zongweil merged commit f4ca20a into google:master Sep 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants