summaryrefslogtreecommitdiff
path: root/changes/bug9928
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-10-17 02:51:06 -0400
committerRoger Dingledine <arma@torproject.org>2013-10-17 02:51:06 -0400
commit00f95c208e1098ddc575ccb07e167c2548b02b2e (patch)
tree7d913e82b70edcac8f676a54f37dc314a2b278f9 /changes/bug9928
parent7067f53d424820566c41412c637177b823a52c10 (diff)
downloadtor-00f95c208e1098ddc575ccb07e167c2548b02b2e.tar.gz
tor-00f95c208e1098ddc575ccb07e167c2548b02b2e.zip
fold in changes entries
Diffstat (limited to 'changes/bug9928')
-rw-r--r--changes/bug99286
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/bug9928 b/changes/bug9928
deleted file mode 100644
index b72cea3d87..0000000000
--- a/changes/bug9928
+++ /dev/null
@@ -1,6 +0,0 @@
- 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.