From 38ec452ea71d22ed4c7e66abc44d7ad5a513869a Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 3 Date: Sat, 10 Oct 2020 13:17:08 +0200 Subject: [PATCH] Add bug documentation --- Bugs.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/Bugs.md b/Bugs.md index 08e2d93..6080e81 100644 --- a/Bugs.md +++ b/Bugs.md @@ -224,3 +224,37 @@ Steps to reproduce: Cagebreak up to and including release 1.4.1 has a difficult-to-reproduce use-after-free bug, which can sometimes trigger crashes when popups are closed. +### Issue 17 + + * github issue number: N/A + * Fixed: 1.4.3 + +Cagebreak up to and including version 1.4.2 might have a use-after-free +on destroying unmapped views. view->workspace was set on view creation. +If the output containing this view was subsequently destroyed, the workspace +was freed, leading to a use-after-free when the view was destroyed. + +### Issue 18 + + * github issue number: N/A + * Fixed: 1.4.3 + +Cagebreak up to and including release 1.4.2 does not handle the position of +xwayland views adequately. + +### Issue 19 + + * github issue number: N/A + * Fixed: 1.4.3 + +Cagebreak up to and including release 1.4.2 does not handle unmanaged views +adequately. + +### Issue 20 + + * github issue number: N/A + * Fixed: 1.4.3 + +Cagebreak up to and including release 1.4.2 does not handle damaging adequately, +when scanning out views. +