aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-10-10 10:55:58 -0400
committerNick Mathewson <nickm@torproject.org>2013-10-10 10:55:58 -0400
commit97285bc46550ba135a2567d89351159da8db99f8 (patch)
tree9f219295d726b104ff32f50088260c677a72e08e /changes
parent3b6c48328b03d7f0e639785fbdf268c0d973f16f (diff)
parent1137817319c7a9e4293e9901405d01e7b85da6ea (diff)
downloadtor-97285bc46550ba135a2567d89351159da8db99f8.tar
tor-97285bc46550ba135a2567d89351159da8db99f8.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug99286
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug9928 b/changes/bug9928
new file mode 100644
index 000000000..b72cea3d8
--- /dev/null
+++ b/changes/bug9928
@@ -0,0 +1,6 @@
+ o Minor bugfixes:
+ - Avoid an off-by-one error when checking buffer boundaries when
+ formatting the exit status of a pluggable transport helper.
+ This is probably not an exploitable bug, but better safe than
+ sorry. Fixes bug 9928; bugfix on 0.2.3.18-rc. Bug found by
+ Pedro Ribeiro.