aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-09-20 21:32:18 -0400
committerRoger Dingledine <arma@torproject.org>2010-09-20 21:32:18 -0400
commitfec297338f3b4fd5cba59ee1f7abeda8e19a24b8 (patch)
treecd478ec1afee75fdd1cbc7a7a0e45766250be302 /changes
parent47b23bd03e005c7a86ddd1dbcba619c1840a3232 (diff)
downloadtor-fec297338f3b4fd5cba59ee1f7abeda8e19a24b8.tar
tor-fec297338f3b4fd5cba59ee1f7abeda8e19a24b8.tar.gz
changelog entry for bug 1943
Diffstat (limited to 'changes')
-rw-r--r--changes/bug19434
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug1943 b/changes/bug1943
new file mode 100644
index 000000000..0005cef9b
--- /dev/null
+++ b/changes/bug1943
@@ -0,0 +1,4 @@
+ o Minor features:
+ - Add some more defensive programming for architectures that can't
+ handle unaligned integer accesses. We don't know of any actual
+ bugs right now, but that's the best time to fix them.