tor/changes/bug30151
Nick Mathewson cdafcc49bc Fix a memory leak in tor-resolve.c
Closes bug 30151/coverity CID 1441830. Bugfix on 0.4.0.1-alpha when
we started doing trunnel parsing in tor-resolve.c.
2019-04-11 19:10:05 -04:00

6 lines
283 B
Plaintext

o Minor bugfixes (tor-resolve):
- Fix a memory leak in tor-resolve that could happen if Tor gave it a
malformed SOCKS response. (Memory leaks in tor-resolve don't actually
matter, but it's good to fix them anyway.) Fixes bug 30151; bugfix on
0.4.0.1-alpha.