- Feb 11, 2015
-
-
Nick Mathewson authored
Conflicts: src/or/circuituse.c src/test/include.am src/test/test_entrynodes.c
-
Nick Mathewson authored
(That is, don't build it unless we're building for tor2web, or we are building for tests.)
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Feb 10, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Feb 09, 2015
-
-
Sebastian Hahn authored
These were suggested by dgoulet, thanks!
-
Sebastian Hahn authored
This fixes a bug where we decide to free the circuit because it isn't on any workqueue anymore, and then the job finishes and the circuit gets freed again. Fixes bug #14815, not in any released version of Tor.
-
Sebastian Hahn authored
-
Sebastian Hahn authored
In #14803, Damian noticed that his Tor sometimes segfaults. Roger noted that his valgrind gave an invalid write of size one here. Whenever we use FLEXIBLE_ARRAY_MEMBER, we have to make sure to actually malloc a thing that's large enough. Fixes bug #14803, not in any released version of Tor.
-
Matthew Finkel authored
Fixes bug 14802; bugfix on 0.2.5.4-alpha.
-
- Feb 08, 2015
-
-
teor authored
Check if each smartlist is NULL before calling SMARTLIST_FOREACH on it. Bug discovered by the clang static analyzer. Apple clang 600.0.56 (LLVM 3.5svn) on x86_64-apple-darwin14.1.0.
-
- Feb 06, 2015
-
-
David Goulet authored
If the guard unreachable_since variable was set, the status "up" was reported which is wrong. This adds the "down" status followed by the unreachable_since time value. Fixes #14184 Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
Nick Mathewson authored
-
Sebastian Hahn authored
-
Sebastian Hahn authored
-
Sebastian Hahn authored
-
Yawning Angel authored
Per discussion with nickm, the `dir` argument should be a int rather than a signed char. Fixes bug #14764.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Feb 05, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
This is just sorting the entries and lightly editing a couple of problems I found.
-
Nick Mathewson authored
David Goulet finds that when he runs a busy relay for a while with the latest version of the git code, the number of onionskins handled slowly dwindles to zero, with total_pending_tasks wedged at its maximum value. I conjecture this is because the total_pending_tasks variable isn't decremented when we successfully cancel a job. Fixed that. Fixes bug 14741; bugfix not on any released version of tor.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Yawning Angel authored
This both fixes the problem, and ensures that forgetting to update domain_list in the future will trigger the bug codepath instead of a NULL pointer deref.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Feb 04, 2015
-
-
Nick Mathewson authored
Closes #13555
-
Nick Mathewson authored
-
- Feb 03, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Ordinarily, get_options() can never return NULL, but with test_status.c mocking, it can. So test for that case. The best fix here would be to pass the options value to a bridge_server_mode() function.
-
Nick Mathewson authored
Conflicts: src/or/status.c
-
Nick Mathewson authored
-
- Feb 02, 2015
-
-
Nick Mathewson authored
Conflicts: src/test/test.c
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-