commit | 995f443ef74ae9e25b7be31c5a390df35159ef10 | [log] [tgz] |
---|---|---|
author | Mark Mielke <mark.mielke@gmail.com> | Mon Feb 20 00:38:52 2023 -0500 |
committer | Mark Mielke <mark.mielke@gmail.com> | Mon Feb 20 00:42:07 2023 -0500 |
tree | 4ea277f71b7b3fb3e0a724f0c949c1f03931ca06 | |
parent | 1e3484f2017f038dd5149cd50741feaf39a680e4 [diff] |
VNCSConnectionST clipboard functions should check state before access. Clipboard functions may run on connections that are not yet at RFBSTATE_NORMAL. Due to recent hardening of the accessCheck() function, it is important to validate that the state is RFBSTATE_NORMAL before calling accessCheck(). Fixes #1599.