Merge remote-tracking branch 'public/bug9928' into maint-0.2.3

This commit is contained in:
Nick Mathewson
2013-10-10 10:53:27 -04:00
2 changed files with 11 additions and 5 deletions
+6
View File
@@ -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.