diff options
author | teor <teor2345@gmail.com> | 2017-10-15 16:45:15 -0400 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2017-10-15 16:48:36 -0400 |
commit | 5bca66be497f18b94a85ad8eb836fff5a356627d (patch) | |
tree | bbc32c78c50c32892c504e4b77ea6a5e0b0c6b5a /changes/bug23874 | |
parent | 43ebe54a24d3210ef037f7e2b67fad9597361bab (diff) | |
download | tor-5bca66be497f18b94a85ad8eb836fff5a356627d.tar.gz tor-5bca66be497f18b94a85ad8eb836fff5a356627d.zip |
Clear the address when node_get_prim_orport() returns early
Fixes bug 23874; bugfix on 0.2.8.2-alpha.
Diffstat (limited to 'changes/bug23874')
-rw-r--r-- | changes/bug23874 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug23874 b/changes/bug23874 new file mode 100644 index 0000000000..bf6620553d --- /dev/null +++ b/changes/bug23874 @@ -0,0 +1,3 @@ + o Minor bugfixes (memory safety): + - Clear the address when node_get_prim_orport() returns early. + Fixes bug 23874; bugfix on 0.2.8.2-alpha. |