Fix invalid-read when a managed proxy configuration fails.

This commit is contained in:
George Kadianakis
2013-07-18 16:01:49 +03:00
committed by Nick Mathewson
parent dd44ff663e
commit 6e40806025
2 changed files with 19 additions and 9 deletions
+4
View File
@@ -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.