Skip to content
Snippets Groups Projects
Commit 5da06509 authored by Julien Cristau's avatar Julien Cristau Committed by Apertis CI robot
Browse files

Import Debian changes 2:1.20.4-1+deb10u3

parent ff05fd8d
No related branches found
No related tags found
No related merge requests found
......@@ -464,8 +464,11 @@ ProcXChangeFeedbackControl(ClientPtr client)
break;
case StringFeedbackClass:
{
xStringFeedbackCtl *f = ((xStringFeedbackCtl *) &stuff[1]);
xStringFeedbackCtl *f;
REQUEST_AT_LEAST_EXTRA_SIZE(xChangeFeedbackControlReq,
sizeof(xStringFeedbackCtl));
f = ((xStringFeedbackCtl *) &stuff[1]);
if (client->swapped) {
if (len < bytes_to_int32(sizeof(xStringFeedbackCtl)))
return BadLength;
......
xorg-server (2:1.20.4-1+deb10u3) buster-security; urgency=high
* Fix XChangeFeedbackControl() request underflow (CVE-2021-3472)
-- Julien Cristau <jcristau@debian.org> Mon, 19 Apr 2021 11:34:38 +0200
xorg-server (2:1.20.4-1+deb10u2) buster-security; urgency=medium
* CVE-2020-14360 CVE-2020-25712
......
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