mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
a9379d6750
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().
5 lines
215 B
Plaintext
5 lines
215 B
Plaintext
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.
|