mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
4c4dd505be
To hit this leak, you need to be a relay that gets a RESOLVE request or an exit node getting a BEGIN or RESOLVE request. You must either have unconfigured (and unconfigurable) nameservers, or you must have somehow set DisableNetwork after a network request arrived but before you managed to process it. So, I doubt this is reached often. Still, a leak's a leak. Fix for bug 5916; bugfix on 0.2.3.9-alpha and 0.1.2.1-alpha.
7 lines
312 B
Plaintext
7 lines
312 B
Plaintext
o Minor bugfixes:
|
|
- Fix a memory leak when trying to launch a DNS request when the
|
|
network is disabled or the nameservers are unconfigurable. Fix
|
|
for bug 5916; bugfix on Tor 0.1.2.1-alpha (for the
|
|
unconfigurable namesrever case) and on 0.2.3.9-alpha (for the
|
|
DisableNetwork case).
|