[X2Go-Commits] [nx-libs] 37/52: xcmisc: unvalidated length in SProcXCMiscGetXIDList() [CVE-2014-8096]

git-admin at x2go.org git-admin at x2go.org
Sat Feb 14 17:47:15 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit 0d53194f7ef5980a7cd78950a4f3eb2b56e65746
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 26 17:18:54 2014 -0800

    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 at oracle.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 nx-X11/programs/Xserver/Xext/xcmisc.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/nx-X11/programs/Xserver/Xext/xcmisc.c b/nx-X11/programs/Xserver/Xext/xcmisc.c
index c7bb72d..0a9a090 100644
--- 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);

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list