summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-12-09 11:06:20 -0500
committerNick Mathewson <nickm@torproject.org>2013-12-09 11:06:20 -0500
commit9c048d90b6b17f6d54fd8adfbe301db6e98d6142 (patch)
tree5e311b0221dacc799f197b9d43691556887e0230 /changes
parentb60049544143e8569e491dd30541d28127bfdb22 (diff)
parentc56bb300447688788cb4c78c0290bc95386e63d9 (diff)
downloadtor-9c048d90b6b17f6d54fd8adfbe301db6e98d6142.tar.gz
tor-9c048d90b6b17f6d54fd8adfbe301db6e98d6142.zip
Merge remote-tracking branch 'public/bug10131_024'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug103138
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug10313 b/changes/bug10313
new file mode 100644
index 0000000000..b29d4daffd
--- /dev/null
+++ b/changes/bug10313
@@ -0,0 +1,8 @@
+ o Minor bugfixes:
+ - Fixed an erroneous pointer comparison that would have allowed
+ compilers to remove a bounds check in channeltls.c. The fix
+ was to remove the check entirely, since it was impossible for
+ the code to overflow the bounds. Noticed by Jared L
+ Wong. Fixes bug 10313 and 9980. Bugfix on 0.2.0.10-alpha.
+
+