Fixed missing check for fastpath input messages
authorakallabeth <akallabeth@posteo.net>
Fri, 22 Jan 2021 07:24:16 +0000 (08:24 +0100)
committerakallabeth <akallabeth@users.noreply.github.com>
Thu, 25 Feb 2021 08:51:41 +0000 (09:51 +0100)
commitbd0558c47fe1178c6c767fab18a023197549184e
tree8982fdb24bb3e847c966d9fff7ac9aab556dc870
parent87db6078f06c492d0c1e94fcc43a1b5a22d96503
Fixed missing check for fastpath input messages

Input events are only allowed after a connection was established
(connection state is active)
This check aborts input sending when done before that.

(cherry picked from commit 102869f6a860140174da9dd3189babf6966c9149)
libfreerdp/core/connection.c
libfreerdp/core/connection.h
libfreerdp/core/fastpath.c
libfreerdp/core/fastpath.h