- Jul 17, 2018
-
-
Nick Mathewson authored
-
Skip an unreliable key generation test on Windows, until the underlying issue in bug 26076 is resolved. Fixes bug 26830; bugfix on 0.2.7.3-rc.
-
- Jul 12, 2018
-
-
Nick Mathewson authored
-
Roger Dingledine authored
The "Bifroest" bridge authority has been retired; the new bridge authority is "Serge", and it is operated by George from the TorBSD project. Closes ticket 26771.
-
- Jul 09, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jul 06, 2018
-
-
Karsten Loesing authored
-
- Jul 03, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jul 02, 2018
-
-
Nick Mathewson authored
Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug copied from ntor_ref.py on 0.3.1.1-alpha.
-
Nick Mathewson authored
Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug introduced in f4be34f7, which was apparently intended itself as a Python3 workaround.
-
- Jun 30, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This check was added by mistake long ago. It will be nice to see these EOLs disappear from our code over time. (backport from master)
-
- Jun 29, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Bug not in any released Tor.
-
Nick Mathewson authored
Found by asan on travis :/
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jun 26, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jun 23, 2018
-
-
Alexander Hansen Færøy authored
This patch fixes a memory leak in test_sr_setup_commits() where the place_holder is allocated, but never freed again. See: Coverity CID 1437440.
-
Alexander Hansen Færøy authored
This patch fixes a memory leak in disk_state_parse_commits() where if commit is NULL, we continue the internal loop, but without ever freeing the args variable. See: Coverity CID 1437441.
-
Alexander Hansen Færøy authored
This patch fixes a memory leak in frac_nodes_with_descriptors() where we might return without free'ing the bandwidths variable. See: Coverity CID 1437451.
-
Alexander Hansen Færøy authored
This patch fixes a memory leak in helper_add_hsdir_to_networkstatus() where the rs object might not get properly freed. See: Coverity CID 1437427.
-
Alexander Hansen Færøy authored
This patch fixes a memory leak in new_establish_intro_cell() that could happen if a test assertion fails and the *cell_out value isn't properly free'd. See: Coverity CID 1437445
-
Alexander Hansen Færøy authored
The relay variable is always allocated, but might not be freed before we return from this function. See: Coverity CID 1437431
-
Alexander Hansen Færøy authored
This patch fixes a memory leak in test_link_specifier() where ls might not get freed in case one of the test macros fails. See: Coverity CID 1437434.
-