Try silencing Coverity false positive CID 1441482

Bugfix on 469f47ef8dc8b18104108f0437c860ec88fca6ad; bug not in any released
Tor version.
This commit is contained in:
rl1987 2018-11-26 17:32:29 +02:00
parent 3741f9e524
commit e92f900191

View File

@ -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();
}