Bug in parsing Address line in torrc

Nick Mathewson nickm at freehaven.net
Mon Nov 1 19:52:57 UTC 2010


On Mon, Nov 1, 2010 at 3:27 PM, Ian Goldberg <iang at cs.uwaterloo.ca> wrote:
> Nick et al.,
>
> Mashael and I uncovered a little bug in the torrc parsing code in
> src/or/config.c.  If Address is set to a dotted quad, tor_inet_aton
> returns 1, and stores the address in in.s_addr, but that field is then
> never copied out to the addr variable.  Here's a patch.

Applied; thanks!



More information about the tor-dev mailing list