Merge remote-tracking branch 'onionk/rust-allsupportednull1' into maint-0.3.3

This commit is contained in:
Nick Mathewson
2018-10-23 19:17:48 -04:00
4 changed files with 12 additions and 6 deletions
+4
View File
@@ -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.
+3
View File
@@ -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.