tor/src
Steven Murdoch cfa9ee5fe7 Fix double-closing a stdio stream
After a stream reached eof, we fclose it, but then
test_util_spawn_background_partial_read() reads from it again, which causes
an error and thus another fclose(). Some platforms are fine with this, others
(e.g. debian-sid-i386) trigger a double-free() error. The actual code used by
Tor (log_from_pipe() and tor_check_port_forwarding()) handle this case
correctly.
2011-09-01 14:15:54 +01:00
..
common Fix double-closing a stdio stream 2011-09-01 14:15:54 +01:00
config Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 2011-08-08 17:21:21 -04:00
or Add a bufferevent note to startup log 2011-08-29 23:10:03 +02:00
test Fix double-closing a stdio stream 2011-09-01 14:15:54 +01:00
tools Correct reference to libiphlpapi from libiphlapi 2011-08-22 17:38:43 +01:00
win32 Initial patch to build Tor with msvc and nmake 2011-08-01 12:36:59 -04:00
Makefile.am Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00