]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
socks5_negotiate(): rather than using an uninitialised value when passed
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 12 Apr 2003 21:23:58 +0000 (21:23 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 12 Apr 2003 21:23:58 +0000 (21:23 +0000)
commit62c756c3f339abd9aaefcbb18e3d8f384ae3c4a8
treea7c45d53e45d293fb21e5241b2d7921a674eec85
parent08b127f95f238802ac193a24b9815555e72e7358
socks5_negotiate(): rather than using an uninitialised value when passed
an address of an invalid type, assert() that it will never happen.
Do something similar for SOCKS4 as well.

[originally from svn r3114]
proxy.c