socks5_negotiate(): rather than using an uninitialised value when passed
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 12 Apr 2003 21:23:58 +0000 (21:23 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 12 Apr 2003 21:23:58 +0000 (21:23 +0000)
commit5e391f65bf316164b139e836a9417d46090a71b7
treea7c45d53e45d293fb21e5241b2d7921a674eec85
parent4797387cf55f5bb018a64e0e6178c3cac931b64c
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@3114 cda61777-01e9-0310-a592-d414129be87e
proxy.c