aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2013-07-18 16:01:49 +0300
committerNick Mathewson <nickm@torproject.org>2013-07-31 13:56:07 -0400
commit5a5147dd2e5450d783de51d369378c59957733e5 (patch)
treea8a3bd379d00309d74553401a7ff986d55298d46 /changes
parent8d0fb3a4347aa543d2aa27f177446888fbdae125 (diff)
downloadtor-5a5147dd2e5450d783de51d369378c59957733e5.tar
tor-5a5147dd2e5450d783de51d369378c59957733e5.tar.gz
Fix invalid-read when a managed proxy configuration fails.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug92884
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9288 b/changes/bug9288
new file mode 100644
index 000000000..59bf414ea
--- /dev/null
+++ b/changes/bug9288
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Fix an invalid memory read that occured when a pluggable
+ transport proxy failed its configuration protocol.
+ Fixes bug 9288.