tor/src
Roger Dingledine c485725c5a Fix the dns bug: children weren't dying
We were telling a child to die by closing the parent's file descriptor
to him. But newer children were inheriting the open file descriptor from
the parent, and since they weren't closing them, the socket never closed,
so the child never read eof, so he never knew to exit.

As a side effect to this bug, we were probably failing to properly close
connections to remote hosts, ORs, and OPs, after a dns child was born.

I'm surprised Tor worked at all.


svn:r974
2004-01-06 07:53:40 +00:00
..
common Integrate new daemon code, adapted from submission by christian grothoff 2004-01-03 22:40:49 +00:00
config reject 0.0.0.0/8,reject 169.254.0.0/16 2003-12-14 00:17:44 +00:00
or Fix the dns bug: children weren't dying 2004-01-06 07:53:40 +00:00
win32 Misc patches to make windows build work. Now everything is done except the sockets stuff 2003-08-12 15:08:51 +00:00
.cvsignore First cut at cleaning out a lot of the extra stuff. 2002-06-29 00:54:00 +00:00
Makefile.am some early bugfixes 2003-10-07 16:30:05 +00:00