Add tests for missing socks4 and socks4a forwarders
authorFabian Keil <fk@fabiankeil.de>
Sat, 30 Jul 2011 15:22:39 +0000 (15:22 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 30 Jul 2011 15:22:39 +0000 (15:22 +0000)
commit200d4570b7ed6f19659aa7cdb81235a906bf137c
tree4baf4e9844b7e09c579c3ef13e9683a377285402
parent29b9abde2ef3e4db77f20206a6988fd4eef9cc8d
Add tests for missing socks4 and socks4a forwarders

The code paths are different than for socks5 and the recent
memory leak in socks5_connect() was only detected due to the
already existing test.

Currently no such leaks exist in socks4_connect() but I may
add some in the future and would prefer to know about it.
regression-tests.action