Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xorg-server
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
xorg-server
Commits
a3d8466a
Commit
a3d8466a
authored
1 year ago
by
Apertis CI robot
Browse files
Options
Downloads
Plain Diff
Merge updates from debian/bookworm
parents
6fd96da6
3227e5fa
No related branches found
No related tags found
1 merge request
!52
Update from debian/bookworm for apertis/v2024dev3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
composite/compwindow.c
+5
-0
5 additions, 0 deletions
composite/compwindow.c
debian/changelog
+16
-0
16 additions, 0 deletions
debian/changelog
debian/rules.flags
+1
-1
1 addition, 1 deletion
debian/rules.flags
with
22 additions
and
1 deletion
composite/compwindow.c
+
5
−
0
View file @
a3d8466a
...
@@ -620,6 +620,11 @@ compDestroyWindow(WindowPtr pWin)
...
@@ -620,6 +620,11 @@ compDestroyWindow(WindowPtr pWin)
ret
=
(
*
pScreen
->
DestroyWindow
)
(
pWin
);
ret
=
(
*
pScreen
->
DestroyWindow
)
(
pWin
);
cs
->
DestroyWindow
=
pScreen
->
DestroyWindow
;
cs
->
DestroyWindow
=
pScreen
->
DestroyWindow
;
pScreen
->
DestroyWindow
=
compDestroyWindow
;
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*/
/* compCheckTree (pWin->drawable.pScreen); can't check -- tree isn't good*/
return
ret
;
return
ret
;
}
}
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
16
−
0
View file @
a3d8466a
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
xorg-server (2:21.1.7-1+apertis1) apertis; urgency=medium
[ Ritesh Raj Sarraf ]
[ Ritesh Raj Sarraf ]
...
...
This diff is collapsed.
Click to expand it.
debian/rules.flags
+
1
−
1
View file @
a3d8466a
...
@@ -75,7 +75,7 @@ confflags_udeb = \
...
@@ -75,7 +75,7 @@ confflags_udeb = \
--disable-xdm-auth-1 \
--disable-xdm-auth-1 \
--disable-glx \
--disable-glx \
--disable-dri \
--disable-dri \
--
dis
able-dri2 \
--
en
able-dri2 \
--disable-glamor \
--disable-glamor \
--disable-xinerama \
--disable-xinerama \
--disable-xf86vidmode \
--disable-xf86vidmode \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment