diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-03-09 11:54:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-03-09 11:54:27 -0500 |
commit | 31f253ae6a96ea88425f8ea5c287f5eda599c9e9 (patch) | |
tree | 09d67c5a6142e68b074658bb2806fc4eaaab4355 /changes | |
parent | be0535f00ba40f777a9f47aa41a98aa48254d37c (diff) | |
download | tor-31f253ae6a96ea88425f8ea5c287f5eda599c9e9.tar.gz tor-31f253ae6a96ea88425f8ea5c287f5eda599c9e9.zip |
Oops; credit bug5090 patch to flupzor. estebanm only found the bug.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5090 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/changes/bug5090 b/changes/bug5090 index 240d4709f5..5e323def44 100644 --- a/changes/bug5090 +++ b/changes/bug5090 @@ -1,6 +1,7 @@ o Minor bugfixes: - Detect and reject certain misformed escape sequences in configuration values. Previously, these values would cause us to crash if received - in a torrc file or over an (authenticated) control port. Patch by - Esteban Manchado Velázquez. Fix for bug 5090; bugfix on 0.2.0.16-alpha. + in a torrc file or over an (authenticated) control port. Bug found by + Esteban Manchado Velázquez. Patch by "flupzor." Fix for bug 5090; + bugfix on 0.2.0.16-alpha. |