summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-23 19:18:23 -0400
committerNick Mathewson <nickm@torproject.org>2018-10-23 19:18:23 -0400
commit7edc594ee732960733d34309980d0e7190e35fb2 (patch)
treedcbecd9e65b0e7d2e4c59b34049f7db350abbbec /changes
parentd1eac7830fbd86d145c1892b8a7123615cc34658 (diff)
parent169bc670ddf9fe898800a2814a1ec30dcc3249da (diff)
downloadtor-7edc594ee732960733d34309980d0e7190e35fb2.tar.gz
tor-7edc594ee732960733d34309980d0e7190e35fb2.zip
Merge branch 'maint-0.3.3' into maint-0.3.4
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.