You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2018/02/20 05:36:00 UTC

[jira] [Created] (GUACAMOLE-510) Nested socket index is not initialized

Michael Jumper created GUACAMOLE-510:
----------------------------------------

             Summary: Nested socket index is not initialized
                 Key: GUACAMOLE-510
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-510
             Project: Guacamole
          Issue Type: Bug
          Components: libguac
            Reporter: Michael Jumper


Although {{guac_socket_nest()}} takes an index parameter, this parameter is never used and the index of the socket is left uninitialized.

This is not a problem in practice as nested sockets are no longer used (the Guacamole protocol has evolved to inherently support streaming large blocks of data and no longer needs to nest itself as a workaround). It's likely that {{guac_socket_nest()}} and the "nest" instruction should be deprecated, but this should be fixed in the meantime.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)