aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/1025-xcmisc-unvalidated-length-in-SProcXCMiscGetXIDL.full.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/1025-xcmisc-unvalidated-length-in-SProcXCMiscGetXIDL.full.patch')
-rw-r--r--debian/patches/1025-xcmisc-unvalidated-length-in-SProcXCMiscGetXIDL.full.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/debian/patches/1025-xcmisc-unvalidated-length-in-SProcXCMiscGetXIDL.full.patch b/debian/patches/1025-xcmisc-unvalidated-length-in-SProcXCMiscGetXIDL.full.patch
deleted file mode 100644
index 7b1e846ae..000000000
--- a/debian/patches/1025-xcmisc-unvalidated-length-in-SProcXCMiscGetXIDL.full.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 0d53194f7ef5980a7cd78950a4f3eb2b56e65746 Mon Sep 17 00:00:00 2001
-From: Alan Coopersmith <alan.coopersmith@oracle.com>
-Date: Sun, 26 Jan 2014 17:18:54 -0800
-Subject: [PATCH 25/40] xcmisc: unvalidated length in SProcXCMiscGetXIDList()
- [CVE-2014-8096]
-
-v2: backport to nx-libs 3.6.x (Mike DePaulo)
-
-Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
----
- nx-X11/programs/Xserver/Xext/xcmisc.c | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/nx-X11/programs/Xserver/Xext/xcmisc.c
-+++ b/nx-X11/programs/Xserver/Xext/xcmisc.c
-@@ -228,6 +228,7 @@ SProcXCMiscGetXIDList(client)
- {
- register int n;
- REQUEST(xXCMiscGetXIDListReq);
-+ REQUEST_SIZE_MATCH(xXCMiscGetXIDListReq);
-
- swaps(&stuff->length, n);
- swapl(&stuff->count, n);