diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-15 10:47:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-15 10:47:50 -0400 |
commit | d59c4063f393774c2c4328061b1e47c7dbb0250c (patch) | |
tree | d77e0e5fc9ba48720f5c7f61f0d312eaef3b6a0a /changes | |
parent | c3e8b7f2da7f5c7fc4d341b533b7031eab90a665 (diff) | |
download | tor-d59c4063f393774c2c4328061b1e47c7dbb0250c.tar.gz tor-d59c4063f393774c2c4328061b1e47c7dbb0250c.zip |
Stop modifying const argument in handle_control_postdescriptor
Fixes 15546.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug15546 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug15546 b/changes/bug15546 new file mode 100644 index 0000000000..b33b0aa511 --- /dev/null +++ b/changes/bug15546 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - For correctness, avoid modifying a constant string in + handle_control_postdescriptor. Fixes bug 15546; bugfix on + 0.1.1.16-rc.
\ No newline at end of file |