diff --git a/README.md b/README.md index 4eb244daf..bd5007e37 100644 --- a/README.md +++ b/README.md @@ -431,5 +431,6 @@ by go-fuzz are inspired by work done by Mateusz Jurczyk, Gynvael Coldwind and - [github.com/lytics/confl: infinite loop on malformed input](https://github.com/lytics/confl/issues/6) **fixed** - [github.com/zeebo/bencode: reject strings with negative length](https://github.com/zeebo/bencode/pull/15) **fixed** - [github.com/hydrogen18/stalecucumber: 4 crashers](https://github.com/hydrogen18/stalecucumber/pull/5) +- [github.com/gonum/blas: cgo indexing error](https://github.com/gonum/blas/issues/133) **If you find some bugs with go-fuzz and are comfortable with sharing them, I would like to add them to this list.** Please either send a pull request for README.md (preferable) or file an issue. If the source code is closed, you can say just "found N bugs in project X". Thank you.