relay/dirauth: Set some output arguments in stubs

And document how some functions set their output arguments.

Fixes bug 33674; bugfix on 0.4.3.1-alpha.
This commit is contained in:
teor
2020-03-20 17:01:06 +10:00
committed by Nick Mathewson
parent c478dc9b2f
commit d4a74021e5
7 changed files with 48 additions and 18 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (--disable-module-relay,--disable-module-dirauth):
- Set some output arguments in the relay and dirauth module stubs, to
guard against future stub argument handling bugs like 33668.
Fixes bug 33674; bugfix on 0.4.3.1-alpha.