From f5b5fb5aaec9a933ed529a5525ed5419ca5cce79 Mon Sep 17 00:00:00 2001 From: Patrick Mezard Date: Wed, 19 Aug 2015 09:03:07 +0200 Subject: [PATCH] Add bencode trophy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c099f766e..ce70fd0aa 100644 --- a/README.md +++ b/README.md @@ -429,5 +429,6 @@ by go-fuzz are inspired by work done by Mateusz Jurczyk, Gynvael Coldwind and - [github.com/collectd/go-collectd: 2 crashers](https://github.com/collectd/go-collectd/pull/6) **fixed** - [github.com/arolek/ase: 2 crashers](https://github.com/arolek/ase/pull/18) **fixed** - [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** **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.