Skip to content
Snippets Groups Projects
Commit 2ddbfc64 authored by David Goulet's avatar David Goulet :panda_face:
Browse files

Merge branch 'maint-0.3.5' into maint-0.4.3

parents 078194ec 7945e075
No related branches found
No related tags found
No related merge requests found
o Testing (onion service v2):
- Fix another rendezvous cache unit test that was triggering an underflow on the
global rend cache allocation. Fixes bug 40126; bugfix on
0.2.8.1-alpha.
......@@ -950,6 +950,7 @@ test_rend_cache_free_all(void *data)
one->parsed = desc_one;
desc_one->timestamp = time(NULL) + TIME_IN_THE_PAST;
desc_one->pk = pk_generate(0);
rend_cache_increment_allocation(rend_cache_entry_allocation(one));
strmap_set_lc(rend_cache, "foo1", one);
rend_cache_free_all();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment