[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Bug in parsing Address line in torrc



On Mon, Nov 1, 2010 at 3:27 PM, Ian Goldberg <iang@xxxxxxxxxxxxxxx> 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!