Skip to content
Snippets Groups Projects
Commit a3d8466a authored by Apertis CI robot's avatar Apertis CI robot
Browse files

Merge updates from debian/bookworm

parents 6fd96da6 3227e5fa
No related branches found
No related tags found
1 merge request!52Update from debian/bookworm for apertis/v2024dev3
......@@ -620,6 +620,11 @@ compDestroyWindow(WindowPtr pWin)
ret = (*pScreen->DestroyWindow) (pWin);
cs->DestroyWindow = pScreen->DestroyWindow;
pScreen->DestroyWindow = compDestroyWindow;
/* Did we just destroy the overlay window? */
if (pWin == cs->pOverlayWin)
cs->pOverlayWin = NULL;
/* compCheckTree (pWin->drawable.pScreen); can't check -- tree isn't good*/
return ret;
}
......
xorg-server (2:21.1.7-3) unstable; urgency=medium
* Enable DRI2 for the udeb build, needed in addition to DRM support
since 9c81b8f5b5 to build the modesetting driver. This fixes failures
to start X in the graphical installer under UTM (Closes: #1035014).
Thanks to Keith Toh for the report and the follow-up tests!
-- Cyril Brulebois <kibi@debian.org> Wed, 03 May 2023 03:41:41 +0200
xorg-server (2:21.1.7-2) unstable; urgency=high
* composite: Fix use-after-free of the COW
ZDI-CAN-19866/CVE-2023-1393
-- Julien Cristau <jcristau@debian.org> Wed, 29 Mar 2023 15:11:07 +0200
xorg-server (2:21.1.7-1+apertis1) apertis; urgency=medium
[ Ritesh Raj Sarraf ]
......
......@@ -75,7 +75,7 @@ confflags_udeb = \
--disable-xdm-auth-1 \
--disable-glx \
--disable-dri \
--disable-dri2 \
--enable-dri2 \
--disable-glamor \
--disable-xinerama \
--disable-xf86vidmode \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment