- Jun 29, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jun 26, 2018
-
-
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 potential memory leak in test_hs_auth_cookies() if a test-case fails and we goto the done label where no memory clean up is done. See: Coverity CID 1437453
-
- Jun 21, 2018
-
-
Nick Mathewson authored
Closes ticket 26372.
-
- Jun 17, 2018
-
-
Nick Mathewson authored
-
-
- Jun 13, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jun 12, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jun 11, 2018
-
-
Karsten Loesing authored
-
- Jun 08, 2018
-
-
Nick Mathewson authored
-
and contract_protocol_list()
-
- Jun 02, 2018
-
-
teor authored
Fixes bug 26272; bugfix on 0.3.1.1-alpha.
-
- May 24, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- May 22, 2018
-
-
Nick Mathewson authored
Fixes bug 26158; bugfix on 0.3.0.1-alpha.
-
- May 16, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Apparently, contrary to its documentation, this is how OpenSSL now wants us to report an error. Fixes bug 26116; bugfix on 0.2.5.16.
-
- May 15, 2018
-
-
Nick Mathewson authored
-
Karsten Loesing authored
-
- May 14, 2018
-
-
Nick Mathewson authored
Fixes bug 26072; bugfix on 0.2.4.7-alpha.
-
- May 10, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
David Goulet authored
The specification describes the signature token to be right after a newline (\n) then the token "signature" and then a white-space followed by the encoded signature. This commit makes sure that when we parse the signature from the descriptor, we are always looking for that extra white-space at the end of the token. It will allow us also to support future fields that might start with "signature". Fixes #26069 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
- May 09, 2018
-
-
David Goulet authored
The any_client_port_set() returns true if the ControlPort is set which is wrong because we can have that port open but still not behave as a tor client (like many relays for instance). Fixes #26062 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
juga authored
-