Connecting to VNC through websocket crashes in vnc_flush() when trying
to acquire a mutex that hasn't been initialized (vnc_init_state(vs)
hasn't been called at this point).
Signed-off-by: Jorge Acereda Macia
---
ui/vnc-ws.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/u
Please, forget my previous patch, worked somehow with Chrome but failed with
Safari (with a good reason, the sent headers were incorrect). This one should
be correct and simpler.
Signed-off-by: Jorge Acereda Macia
---
ui/vnc-ws.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff -
Connecting to VNC through websocket crashes in vnc_flush() when trying
to acquire a mutex that hasn't been initialized (vnc_init_state(vs)
hasn't been called at this point).
Signed-off-by: Jorge Acereda Macia
---
ui/vnc-ws.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a