]> git.ipfire.org Git - thirdparty/tor.git/commit
Stop using addr_port_lookup as an address splitting function
authorNick Mathewson <nickm@torproject.org>
Tue, 11 Oct 2011 16:02:19 +0000 (12:02 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Oct 2011 16:02:19 +0000 (12:02 -0400)
commit426f6bfda2440f4de99c4579be773dfbabac039f
tree54af81c24341f4b3f8369cbe28993922d05f717c
parent491e20ae13c3acdd6d18d994cc41178733a778b5
Stop using addr_port_lookup as an address splitting function

It's too risky to have a function where if you leave one parameter
NULL, it splits up address:port strings, but if you set it, it does
hostname resolution.
src/common/address.c
src/common/address.h
src/or/connection_edge.c
src/or/routerparse.c