tor/changes/ticket33788

5 lines
256 B
Plaintext
Raw Normal View History

2020-04-08 18:42:41 +02:00
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.