summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-10 12:57:23 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-10 12:57:23 -0500
commitc8c258a4333815e195097a59801397dd7a169828 (patch)
tree075c8dc0d9ae025611a559e9133e99a4c250ab8a /changes
parentca1d1c382ceb0201bf8761f2b45a0e6f8e83b9be (diff)
parent519fa1a3e6943f858b5dc1dee461053af1c187cd (diff)
downloadtor-c8c258a4333815e195097a59801397dd7a169828.tar.gz
tor-c8c258a4333815e195097a59801397dd7a169828.zip
Merge branch 'bug24733_squashed_2'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug247336
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug24733 b/changes/bug24733
new file mode 100644
index 0000000000..e333e4fa5d
--- /dev/null
+++ b/changes/bug24733
@@ -0,0 +1,6 @@
+ o Minor bugfixes (code correctness):
+ - Stop invoking undefined behaviour by using tor_free() on an unaligned
+ pointer in get_interface_addresses_ioctl(). This pointer alignment issue
+ exists on x86_64 macOS, but is unlikely to exist elsewhere.
+ Fixes bug 24733; bugfix on 0.3.0.0-alpha-dev;
+ not in any released version of tor.