aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7816.024
Commit message (Collapse)AuthorAge
* Fix an impossible-in-normal-operation leaks in dirvoteNick Mathewson2012-12-28
| | | | Spotted by coverity; partial fix for 7816; bugfix on 0.2.0.5-alpha.
* Fix a leak-on-error case in 0.2.4 spotted by coverityNick Mathewson2012-12-28
This one hits if the snprintf() fails when we're writing our IPv6 exit policy. It's new in 0.2.4.7-alpha. Part of bug 7816.