aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-27 11:04:44 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-27 11:04:44 -0400
commita242d194c74b318b8ee4b347efd09ed13d0d2549 (patch)
tree0016a3a146c6a84bbaade038c04c2d6b600c7be5 /changes
parentbdd267e74d97cf2672fa2e1e9deb2a33fd755f2c (diff)
parent711160a46f5fbba7106c23c29f99bed75928a5a7 (diff)
downloadtor-a242d194c74b318b8ee4b347efd09ed13d0d2549.tar.gz
tor-a242d194c74b318b8ee4b347efd09ed13d0d2549.zip
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r--changes/bug2273712
1 files changed, 12 insertions, 0 deletions
diff --git a/changes/bug22737 b/changes/bug22737
new file mode 100644
index 0000000000..f0de8e6c41
--- /dev/null
+++ b/changes/bug22737
@@ -0,0 +1,12 @@
+ o Minor bugfixes (defensive programming, undefined behavior):
+
+ - Fix a memset() off the end of an array when packing cells. This
+ bug should be harmless in practice, since the corrupted bytes
+ are still in the same structure, and are always padding bytes,
+ ignored, or immediately overwritten, depending on compiler
+ behavior. Nevertheless, because the memset()'s purpose is to
+ make sure that any other cell-handling bugs can't expose bytes
+ to the network, we need to fix it. Fixes bug 22737; bugfix on
+ 0.2.4.11-alpha. Fixes CID 1401591.
+
+