Closed sigv closed 12 years ago
With the current code, Hello\nQUIT will exit would send 'Hello' to the target and then send a QUIT with message 'will exit'. The new code would send 'Hello' and then 'QUIT will exit' to the target instead.
Hello\nQUIT will exit
Merging into master as the issue is for a security fix.
With the current code,
Hello\nQUIT will exit
would send 'Hello' to the target and then send a QUIT with message 'will exit'. The new code would send 'Hello' and then 'QUIT will exit' to the target instead.