aboutsummaryrefslogtreecommitdiff
path: root/changes/bug10313
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-02-12 03:59:59 -0500
committerRoger Dingledine <arma@torproject.org>2014-02-12 03:59:59 -0500
commit7c39bf0e447a456a9999b3de95ed17fa0e86f157 (patch)
tree2befb835b53e0638f54d986d23311003996b2724 /changes/bug10313
parent0ee449ca92dc7f25517a63b63f4d521fdd48410b (diff)
downloadtor-7c39bf0e447a456a9999b3de95ed17fa0e86f157.tar
tor-7c39bf0e447a456a9999b3de95ed17fa0e86f157.tar.gz
go through and rewrite the changes files to be more user-facing
Diffstat (limited to 'changes/bug10313')
-rw-r--r--changes/bug1031310
1 files changed, 4 insertions, 6 deletions
diff --git a/changes/bug10313 b/changes/bug10313
index b29d4daff..36b363474 100644
--- a/changes/bug10313
+++ b/changes/bug10313
@@ -1,8 +1,6 @@
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.
-
+ - Remove an erroneous (but impossible and thus harmless) pointer
+ comparison that would have allowed compilers to skip a bounds
+ check in channeltls.c. Fixes bugs 10313 and 9980; bugfix on
+ 0.2.0.10-alpha. Noticed by Jared L Wong and David Fifield.