NULL out all mappings after tor_munmap_file()

This commit is contained in:
Nick Mathewson 2014-03-31 11:42:49 -04:00
parent 8e94d5f22e
commit 449b87791d

View File

@ -509,6 +509,7 @@ microdesc_cache_rebuild(microdesc_cache_t *cache, int force)
log_warn(LD_FS,
"Failed to unmap old microdescriptor cache while rebuilding");
}
cache->cache_content = NULL;
}
if (finish_writing_to_file(open_file) < 0) {