mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
af6a19e962
If you try to use a saved session for SSH proxying which specifies a protocol that is not SSH or bare-SSH-connection, you get a clean error return from the proxy setup code - *provided* it's at least a protocol known to this particular build of PuTTY. If it's one so outlandish that backend_vt_from_proto returns NULL, there'd have been a crash. I don't think any such protocol currently exists, but if in the next version of PuTTY some additional protocol becomes supported, it will trip this error in the current version. Spotted by Coverity. |
||
---|---|---|
.. | ||
cproxy.c | ||
cproxy.h | ||
http.c | ||
interactor.c | ||
local.c | ||
nocproxy.c | ||
noproxy.c | ||
nosshproxy.c | ||
pproxy.c | ||
proxy.c | ||
proxy.h | ||
socks4.c | ||
socks5.c | ||
socks.h | ||
sshproxy.c | ||
telnet.c |