]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - windows/winnet.c
If you configure Unix PuTTY to use a proxy, tell it to even proxy
authorSimon Tatham <anakin@pobox.com>
Tue, 16 Oct 2012 20:15:51 +0000 (20:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 16 Oct 2012 20:15:51 +0000 (20:15 +0000)
commit58870f60e473b787feff96c069df344e1745facc
tree2f62a848d45b23862d1b1b836dcda1a25274343e
parent36b8d450f0fa33b3f4a1d2cda9a4854ca2ab4eb6
If you configure Unix PuTTY to use a proxy, tell it to even proxy
localhost connections, and also enable X forwarding in such a way that
it will attempt to connect to a Unix-domain X server socket, an
assertion will fail when proxy_for_destination() tries to call
sk_getaddr(). Fix by ensuring that Unix-domain sockets are _never_
proxied, since they fundamentally can't be.

[originally from svn r9688]
network.h
proxy.c
unix/uxnet.c
windows/winnet.c