Skip to content
Commit bc9e2b19 authored by Daniel P. Berrange's avatar Daniel P. Berrange
Browse files

Fix off by 1 in initial protocol greeting

The client -> server greeting must be 12 bytes long, ending in a
newline character. An off-by-1 in snprintf resulted in the 12th
byte being a NULL instead. This caused wireshark to not detect
the stream as VNC
parent f0ffda05
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment