]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Give credit to bug reporter for 9928
authorNick Mathewson <nickm@torproject.org>
Tue, 8 Oct 2013 16:06:06 +0000 (12:06 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 8 Oct 2013 16:06:06 +0000 (12:06 -0400)
changes/bug9928

index e19bcf463b48b2e5fdde8c5d412db8c50721a221..b72cea3d87d79fb32186052ac86c11a62b54a2de 100644 (file)
@@ -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.