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

go: Fix crashes found by https://github.com/dvyukov/go-fuzz #92

Closed
dgryski opened this issue Apr 30, 2015 · 2 comments
Closed

go: Fix crashes found by https://github.com/dvyukov/go-fuzz #92

dgryski opened this issue Apr 30, 2015 · 2 comments

Comments

@dgryski
Copy link
Member

dgryski commented Apr 30, 2015

No description provided.

@dgryski
Copy link
Member Author

dgryski commented May 2, 2015

Mostly done with c254cc3 , but need to rub it for the type-specialized code paths too.

@dgryski
Copy link
Member Author

dgryski commented Aug 5, 2015

Specifically, the tree of calls beginning with decodeViaReflection(). Note this is difficult to fuzz because it depends on having a Go structure that maps to the document.

@dgryski dgryski changed the title Fix crashes found by https://github.com/dvyukov/go-fuzz go: Fix crashes found by https://github.com/dvyukov/go-fuzz May 19, 2016
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

No branches or pull requests

1 participant