From 90825f39c90b713570ea0cc748b0987937ae6288 Mon Sep 17 00:00:00 2001 From: Alexey Surikov Date: Fri, 2 Oct 2020 20:22:56 +0300 Subject: [PATCH] add a trophy for github.com/bookingcom/nanotube --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c2c37f1c..3fdcddc8a 100755 --- a/README.md +++ b/README.md @@ -624,5 +624,6 @@ by go-fuzz are inspired by work done by Mateusz Jurczyk, Gynvael Coldwind and - [github.com/hjson/hjson-go: panic on nil](https://github.com/hjson/hjson-go/issues/16) **fixed** - [github.com/hjson/hjson-go: panic on invalid syntax](https://github.com/hjson/hjson-go/issues/17) **fixed** - [github.com/google/gofuzz: off-by-one error](https://github.com/google/gofuzz/issues/46) **fixed** +- [github.com/bookingcom/nanotube: index out of range](https://github.com/bookingcom/nanotube/pull/97) **fixed** **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.