From c3db5393b027743ce69e47f5ff0b25d830a84a46 Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 1 Date: Sun, 24 May 2020 18:27:20 +0200 Subject: [PATCH] Add Issue 6 documentation --- Bugs.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Bugs.md b/Bugs.md index b4c2277..7845cca 100644 --- a/Bugs.md +++ b/Bugs.md @@ -89,3 +89,11 @@ Cagebreak up to and including release 1.2.0 does not warn of irreproducibility if a different compiler or compiler version is used. This makes cagebreak difficult to reproduce. +### Issue 6 + + * github issue number : N/A + * Fixed: 1.2.1 + +Our fuzzing framework up to and including release 1.2.0 does not the limit line +lengths. This can crash the fuzzing framework with a segfault due to running +out of memory.