mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
47f1d19f8e
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
7eef9ced61
)
Fixes #40125
Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
195 B
Plaintext
5 lines
195 B
Plaintext
o Testing (onion service v2):
|
|
- Fix a rendezvous cache unit test that was triggering an underflow on the
|
|
global rend cache allocation. Fixes bug 40125; bugfix on
|
|
0.2.8.1-alpha.
|