Christopher Speck created GUACAMOLE-1910:
--------------------------------------------
Summary: TLS sockets are not synchronized
Key: GUACAMOLE-1910
URL: https://issues.apache.org/jira/browse/GUACAMOLE-1910
Project: Guacamole
Issue Type: Bug
Components: guacamole-server
Affects Versions: 1.5.4
Reporter: Christopher Speck
Sockets created from socket-fd.c have lock and unlock handlers to synchronize
writing to the file descriptor. The sockets from socket-ssl.c do not have
similar handlers and results in mangled guacamole streams when there are
multiple connections.
Adding a mutex in similar fashion to socket-fd resolves the concurrency issues.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)