You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2020/05/07 21:09:58 UTC

[guacamole-server] 01/01: GUACAMOLE-1059: Merge changes leveraging appropriate FreeRDP checks to verify input stream length.

This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a commit to branch staging/1.2.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git

commit 0bf65ce8b03f52dd60755e147fd1de7e0492e626
Merge: e78eb58 557e2f5
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Thu May 7 14:09:47 2020 -0700

    GUACAMOLE-1059: Merge changes leveraging appropriate FreeRDP checks to verify input stream length.

 .../channels/rdpdr/rdpdr-fs-messages-file-info.c   | 35 +++++++++
 .../rdp/channels/rdpdr/rdpdr-fs-messages.c         | 84 +++++++++++++++++++++-
 src/protocols/rdp/channels/rdpdr/rdpdr-messages.c  | 50 +++++++++++++
 src/protocols/rdp/channels/rdpdr/rdpdr-printer.c   | 16 +++++
 src/protocols/rdp/channels/rdpdr/rdpdr.c           | 11 +++
 .../rdp/channels/rdpsnd/rdpsnd-messages.c          | 54 ++++++++++++++
 src/protocols/rdp/channels/rdpsnd/rdpsnd.c         | 10 ++-
 .../rdp/plugins/guac-common-svc/guac-common-svc.c  |  5 ++
 src/protocols/rdp/plugins/guacai/guacai-messages.c | 52 ++++++++++++--
 src/protocols/rdp/plugins/guacai/guacai.c          | 10 ++-
 10 files changed, 320 insertions(+), 7 deletions(-)