From 0200b3de6592c9d63f0e482c50182bd8f3c2fcc4 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 10 Jun 2020 16:33:34 +0200 Subject: [PATCH] Add mutagen in the readme I've found a lot of unhandled exceptions and timeouts in mutagen by fuzzing it with PythonFuzz. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f471bd8..ef0a039 100644 --- a/README.md +++ b/README.md @@ -109,5 +109,6 @@ any unnecessary work is done. * [python built-in HTMLParser - unhandled exception](https://bugs.python.org/msg355287) * [CleverCSV - unhandled exceptions](https://github.com/alan-turing-institute/CleverCSV/issues/7) +* [Mutagen - unhandled exceptions and timeouts]( https://github.com/quodlibet/mutagen/issues?q=+is%3Aissue+author%3Ajvoisin+ ) **Feel free to add bugs that you found with pythonfuzz to this list via pull-request**