You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2023/05/09 16:09:53 UTC

[guacamole-server] branch staging/1.5.2 updated (fcbcc2fa -> 73259de9)

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

jmuehlner pushed a change to branch staging/1.5.2
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git


    from fcbcc2fa GUACAMOLE-1717: Merge fix for RDP cursor use of uninitialized memory.
     add 4d2ca591 GUACAMOLE-1505: Avoid null pointer dereference in RDP protocol when display is already freed.
     new 73259de9 GUACAMOLE-1505: Fix null pointer dereference in RDP protocol when display is already freed.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/protocols/rdp/user.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


[guacamole-server] 01/01: GUACAMOLE-1505: Fix null pointer dereference in RDP protocol when display is already freed.

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 73259de91979a46592f5ec8b4e94a1b9f042de60
Merge: fcbcc2fa 4d2ca591
Author: James Muehlner <ja...@guac-dev.org>
AuthorDate: Tue May 9 09:09:47 2023 -0700

    GUACAMOLE-1505: Fix null pointer dereference in RDP protocol when display is already freed.

 src/protocols/rdp/user.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)