mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-21 04:54:17 +02:00
Add bug documentation
This commit is contained in:
parent
ef152f9b63
commit
38ec452ea7
1 changed files with 34 additions and 0 deletions
34
Bugs.md
34
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue