mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
There is other code that uses this value, and some of it is apparently reachable from inside router_dir_info_changed(), which routerlist_free() apparently calls. (ouch!) This is a minimal fix to try to resolve the issue without causing other problems. Fixes bug 31003. I'm calling this a bugfix on 0.1.2.2-alpha, where the call to router_dir_info_changed() was added to routerlist_free().
4 lines
215 B
Text
4 lines
215 B
Text
o Minor bugfixes (crash on exit):
|
|
- Avoid a set of possible code paths that could use try to use freed memory
|
|
in routerlist_free() while Tor was exiting. Fixes bug 31003; bugfix on
|
|
0.1.2.2-alpha.
|