summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-04-15 10:47:50 -0400
committerNick Mathewson <nickm@torproject.org>2015-04-15 10:47:50 -0400
commitd59c4063f393774c2c4328061b1e47c7dbb0250c (patch)
treed77e0e5fc9ba48720f5c7f61f0d312eaef3b6a0a /changes
parentc3e8b7f2da7f5c7fc4d341b533b7031eab90a665 (diff)
downloadtor-d59c4063f393774c2c4328061b1e47c7dbb0250c.tar.gz
tor-d59c4063f393774c2c4328061b1e47c7dbb0250c.zip
Stop modifying const argument in handle_control_postdescriptor
Fixes 15546.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug155464
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