Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-30 | Start a changelog for 0.4.5.1-alpha. | Nick Mathewson | |
2020-09-17 | test: Increment rend cache allocation before freeing | David Goulet | |
The rend_cache/entry_free was missing the rend cache allocation increment before freeing the object. Without it, it had an underflow bug: Sep 17 08:40:13.845 [warn] rend_cache_decrement_allocation(): Bug: Underflow in rend_cache_decrement_allocation (on Tor 0.4.5.0-alpha-dev 7eef9ced61e72b1d) Fixes #40125 Signed-off-by: David Goulet <dgoulet@torproject.org> |