golang/go

math/big, go/constant: fuzz with go-fuzz

Open

#20,234 opened on May 4, 2017

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
Testinghelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

go-fuzz found a few math/big and go/constant bugs indirectly, via go/types and cmd/compile:

https://github.com/golang/go/issues/20227 https://github.com/golang/go/issues/20228

That's a pretty inefficient way to find them, though. We should run it on them directly and flush out a few more.

@ALTree @dvyukov

Contributor guide