aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-11 10:22:41 -0500
committerNick Mathewson <nickm@torproject.org>2016-03-11 10:22:41 -0500
commit656e23171d64885c1bea95403768386ee369e949 (patch)
treecc9560bbb54ffbced5b7bbef9e4fda39884efa31 /changes
parent36ac47bd85b1c2c7077b7b008362f6b8da42e237 (diff)
parent9f98e6535ac58afa0cc56a4a5d9164fedead4b3c (diff)
downloadtor-656e23171d64885c1bea95403768386ee369e949.tar.gz
tor-656e23171d64885c1bea95403768386ee369e949.zip
Merge remote-tracking branch 'teor/bug18454'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug184548
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug18454 b/changes/bug18454
new file mode 100644
index 0000000000..c573dae417
--- /dev/null
+++ b/changes/bug18454
@@ -0,0 +1,8 @@
+ o Minor bugfixes (memory safety):
+ - Avoid freeing an uninitialised pointer when opening a socket fails
+ in get_interface_addresses_ioctl.
+ Fixes bug 18454; bugfix on 9f06ec0c in tor-0.2.3.11-alpha.
+ Reported by "toralf" and "cypherpunks", patch by "teor".
+ - Correctly duplicate addresses in get_interface_address6_list.
+ Fixes bug 18454; bugfix on 110765f5 in tor-0.2.8.1-alpha.
+ Reported by "toralf", patch by "cypherpunks".