mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Merge remote-tracking branch 'tor-github/pr/544'
This commit is contained in:
commit
0d9dc13e08
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue