summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-10-10 10:53:27 -0400
committerNick Mathewson <nickm@torproject.org>2013-10-10 10:53:27 -0400
commit6eb7f2f889d9e047ea75bad15531d4aff4dbc711 (patch)
treea33ee2ef32038c58e9cf0a2e99e3f3f339f3f4d6 /changes
parentdece40fd7729934bc32906e94d3e5e746c01f970 (diff)
parentbfe56e05b08b940d432be9af824b969522eedc98 (diff)
downloadtor-6eb7f2f889d9e047ea75bad15531d4aff4dbc711.tar.gz
tor-6eb7f2f889d9e047ea75bad15531d4aff4dbc711.zip
Merge remote-tracking branch 'public/bug9928' into maint-0.2.3
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 0000000000..b72cea3d87
--- /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.