mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge remote-tracking branch 'tor-github/pr/544'
This commit is contained in:
commit
0d9dc13e08
@ -399,6 +399,7 @@ memoize_protover_summary(protover_summary_flags_t *out,
|
||||
|
||||
if (strmap_size(protover_summary_map) >= MAX_PROTOVER_SUMMARY_MAP_LEN) {
|
||||
protover_summary_cache_free_all();
|
||||
tor_assert(protover_summary_map == NULL);
|
||||
protover_summary_map = strmap_new();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user