[Pkg-remote-team] [xrdp] 03/08: VUL: channels are limited to 31

Dominik George natureshadow-guest at moszumanska.debian.org
Sat Nov 26 10:59:50 UTC 2016


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

natureshadow-guest pushed a commit to annotated tag v0.6.1
in repository xrdp.

commit b04384e8e1383089b6bd7a578a0b7808e3434f42
Author: Jay Sorg <jay.sorg at gmail.com>
Date:   Fri Sep 6 12:00:59 2013 -0700

    VUL: channels are limited to 31
---
 libxrdp/xrdp_sec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libxrdp/xrdp_sec.c b/libxrdp/xrdp_sec.c
index 4f78b0e..41be038 100644
--- a/libxrdp/xrdp_sec.c
+++ b/libxrdp/xrdp_sec.c
@@ -729,7 +729,7 @@ xrdp_sec_process_mcs_data_channels(struct xrdp_sec* self, struct stream* s)
     return 1;
   }
   in_uint32_le(s, num_channels);
-  if (num_channels > 256)
+  if (num_channels > 31)
   {
     return 1;
   }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/packages/xrdp.git



More information about the Pkg-remote-team mailing list