Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-14 | Start a changes file for 0.4.6.2-alpha | Nick Mathewson | |
2021-03-23 | channel: Fix use after free in channel_do_open_actions() | David Goulet | |
Fortunately, our tor_free() is setting the variable to NULL after so we were in a situation where NULL was always used instead of the transport name. This first appeared in 894ff2dc8422cb86312c512698acd76476224f87 and results in basically no bridge with a transport being able to use DoS defenses. Fixes #40345 Signed-off-by: David Goulet <dgoulet@torproject.org> |