diff options
author | Roger Dingledine <arma@torproject.org> | 2010-09-20 21:32:18 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-09-20 21:32:18 -0400 |
commit | fec297338f3b4fd5cba59ee1f7abeda8e19a24b8 (patch) | |
tree | cd478ec1afee75fdd1cbc7a7a0e45766250be302 /changes | |
parent | 47b23bd03e005c7a86ddd1dbcba619c1840a3232 (diff) | |
download | tor-fec297338f3b4fd5cba59ee1f7abeda8e19a24b8.tar tor-fec297338f3b4fd5cba59ee1f7abeda8e19a24b8.tar.gz |
changelog entry for bug 1943
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1943 | 4 |
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. |