diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-03-09 11:50:22 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-03-09 11:50:22 -0500 |
commit | be0535f00ba40f777a9f47aa41a98aa48254d37c (patch) | |
tree | b4ba3b1f75526b13ebaa3d62e2435eeef218e0ed /changes | |
parent | fe50b676bc905c527254d0bbd1f7c36d41512efe (diff) | |
download | tor-be0535f00ba40f777a9f47aa41a98aa48254d37c.tar.gz tor-be0535f00ba40f777a9f47aa41a98aa48254d37c.zip |
Correctly handle broken escape sequences in torrc values
Previously, malformatted torrc values could crash us.
Patch by Esteban Manchado. Fixes bug 5090; fix on 0.2.0.16-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5090 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug5090 b/changes/bug5090 new file mode 100644 index 0000000000..240d4709f5 --- /dev/null +++ b/changes/bug5090 @@ -0,0 +1,6 @@ + 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. + |