mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 03:00:15 +01:00
xcmisc: unvalidated length in SProcXCMiscGetXIDList() [CVE-2014-8096]
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 7553082b9b)
Signed-off-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
parent
4d3d93c68b
commit
3d8e2731b5
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ static int
|
|||
SProcXCMiscGetXIDList(ClientPtr client)
|
||||
{
|
||||
REQUEST(xXCMiscGetXIDListReq);
|
||||
REQUEST_SIZE_MATCH(xXCMiscGetXIDListReq);
|
||||
|
||||
swaps(&stuff->length);
|
||||
swapl(&stuff->count);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue