mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
4 lines
256 B
Text
4 lines
256 B
Text
o Minor features (code safety):
|
|
- Check for failures of tor_inet_ntop() and tor_inet_ntoa() functions in
|
|
DNS and IP address processing code and adjust codepaths to make them
|
|
less likely to crash entire Tor instance. Resolves issue 33788.
|