diff options
author | George Kadianakis <desnacked@riseup.net> | 2013-07-18 16:01:49 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-31 13:56:07 -0400 |
commit | 5a5147dd2e5450d783de51d369378c59957733e5 (patch) | |
tree | a8a3bd379d00309d74553401a7ff986d55298d46 /changes/bug9288 | |
parent | 8d0fb3a4347aa543d2aa27f177446888fbdae125 (diff) | |
download | tor-5a5147dd2e5450d783de51d369378c59957733e5.tar.gz tor-5a5147dd2e5450d783de51d369378c59957733e5.zip |
Fix invalid-read when a managed proxy configuration fails.
Diffstat (limited to 'changes/bug9288')
-rw-r--r-- | changes/bug9288 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9288 b/changes/bug9288 new file mode 100644 index 0000000000..59bf414ea1 --- /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. |