aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-23 19:22:05 -0400
committerNick Mathewson <nickm@torproject.org>2018-10-23 19:22:05 -0400
commit05d65cb067d542a2d7eb001aa300fd8b836a84a0 (patch)
tree276687bd7b9f20b1f0b88f3f5ee9e764f65a209e /changes
parentafc22ec5396e677c8cc3f7f14ecec7dc02a75b63 (diff)
parent289a7dbac32a981897e12a3c250f0b6c67eec809 (diff)
downloadtor-05d65cb067d542a2d7eb001aa300fd8b836a84a0.tar.gz
tor-05d65cb067d542a2d7eb001aa300fd8b836a84a0.zip
Merge branch 'maint-0.3.5'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug277404
-rw-r--r--changes/bug278043
2 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug27740 b/changes/bug27740
new file mode 100644
index 0000000000..76a17b7dda
--- /dev/null
+++ b/changes/bug27740
@@ -0,0 +1,4 @@
+ o Minor bugfixes (rust):
+ - Return a string that can be safely freed by C code, not one created by
+ the rust allocator, in protover_all_supported(). Fixes bug 27740; bugfix
+ on 0.3.3.1-alpha.
diff --git a/changes/bug27804 b/changes/bug27804
new file mode 100644
index 0000000000..fa7fec0bc5
--- /dev/null
+++ b/changes/bug27804
@@ -0,0 +1,3 @@
+ o Minor bugfixes (rust):
+ - Fix a potential null dereference in protover_all_supported().
+ Add a test for it. Fixes bug 27804; bugfix on 0.3.3.1-alpha.