diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-06 08:49:57 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-06 08:49:57 -0500 |
commit | 6d6643298dfda1b146c635e3858faec7e9c9631c (patch) | |
tree | 2589f73ac8d7058bda1c87cc178171f052ad4df0 /changes | |
parent | 184a2dbbdd27f958f5ac290fe030d1fac2959157 (diff) | |
download | tor-6d6643298dfda1b146c635e3858faec7e9c9631c.tar.gz tor-6d6643298dfda1b146c635e3858faec7e9c9631c.zip |
Don't crash on malformed EXTENDCIRCUIT.
Fixes 14116; bugfix on ac68704f in 0.2.2.9-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14116_025 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug14116_025 b/changes/bug14116_025 new file mode 100644 index 0000000000..0859f626a5 --- /dev/null +++ b/changes/bug14116_025 @@ -0,0 +1,3 @@ + o Minor bugfixes (controller): + - Avoid crashing on a malformed EXTENDCIRCUIT command. Fixes bug 14116; + bugfix on 0.2.2.9-alpha. |