aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-10-08 12:06:06 -0400
committerNick Mathewson <nickm@torproject.org>2013-10-08 12:06:06 -0400
commitbfe56e05b08b940d432be9af824b969522eedc98 (patch)
tree22ddc43dd23c6d57a0c764901012262c2231de1c
parent17bcfb2604ba3c20a78cdcc78f169b4db6927d25 (diff)
downloadtor-bfe56e05b08b940d432be9af824b969522eedc98.tar.gz
tor-bfe56e05b08b940d432be9af824b969522eedc98.zip
Give credit to bug reporter for 9928
-rw-r--r--changes/bug99283
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/bug9928 b/changes/bug9928
index e19bcf463b..b72cea3d87 100644
--- a/changes/bug9928
+++ b/changes/bug9928
@@ -2,4 +2,5 @@
- 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.
+ sorry. Fixes bug 9928; bugfix on 0.2.3.18-rc. Bug found by
+ Pedro Ribeiro.