diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-24 09:27:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-24 09:27:26 -0400 |
commit | 35a29e81aea1712caada533dbdab4248612cc185 (patch) | |
tree | b5c64497d6bf13c39b751d83035721832220715b /changes | |
parent | d37e8b407a762316e89e0c0a613c26372ec897aa (diff) | |
parent | 6f7d548bc428a5aa923c04cdcdab59af88a3495b (diff) | |
download | tor-35a29e81aea1712caada533dbdab4248612cc185.tar.gz tor-35a29e81aea1712caada533dbdab4248612cc185.zip |
Merge branch 'bug19281_025'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19281 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug19281 b/changes/bug19281 new file mode 100644 index 0000000000..1586ba34f3 --- /dev/null +++ b/changes/bug19281 @@ -0,0 +1,5 @@ + o Minor bugfixes (correctness, controller): + - Make the controller's write_escaped_data() function robust to extremely + long inputs. Right now, it doesn't actually receive any extremely + long inputs, so this is for defense in depth. Fixes bug 19281; + bugfix on 0.1.1.1-alpha. Reported by Guido Vranken. |