tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit bff42c86cd3e054ee14885f7eb4896340828f7be
parent 024d65e14e062803523fb8ee1dd775ef5d2e96fa
Author: teor <teor@torproject.org>
Date:   Tue, 11 Jun 2019 15:15:19 +1000

changes: file for 30799

Note that this memory leak is in unreachable code.

Diffstat:
Achanges/bug30799 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/bug30799 b/changes/bug30799 @@ -0,0 +1,4 @@ + o Minor bugfixes (memory management): + - Stop leaking a small amount of memory in nt_service_install(), in + unreachable code. Fixes bug 30799; bugfix on 0.2.0.7-alpha. + Patch by Xiaoyin Liu.