diff options
author | David Goulet <dgoulet@torproject.org> | 2018-04-23 11:09:57 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-04-23 11:09:57 -0400 |
commit | b259008c56c44c32dfeea3ed8d4b06cd61751a88 (patch) | |
tree | fcc7fb4acb9b149c2d9b15bfd0a1411e38dbbc24 /changes | |
parent | 1438c6c7134c53b2aa3b5e9abf94fe12a4d9bd5e (diff) | |
download | tor-b259008c56c44c32dfeea3ed8d4b06cd61751a88.tar.gz tor-b259008c56c44c32dfeea3ed8d4b06cd61751a88.zip |
hs: Fix memleak in v3 on SIGHUP
Fixes #25901
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25901 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug25901 b/changes/bug25901 new file mode 100644 index 0000000000..3ad30c7676 --- /dev/null +++ b/changes/bug25901 @@ -0,0 +1,3 @@ + o Minor bugfixes (hidden service v3): + - Fix a memory leak when an hidden service v3 is configured and gets a + SIGHUP signal. Fixes bug 25901; bugfix on 0.3.2.1-alpha. |