diff options
author | teor <teor@torproject.org> | 2020-03-20 17:01:06 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-20 07:56:26 -0400 |
commit | d4a74021e5ab9dbaf3bb27c0a52e1fd7f8f792ab (patch) | |
tree | d34e4c2215ea3b778ccbc1395dc1d38860dd1f2d /changes | |
parent | c478dc9b2f6c320cc21a10ffed0d7cc245fa933c (diff) | |
download | tor-d4a74021e5ab9dbaf3bb27c0a52e1fd7f8f792ab.tar.gz tor-d4a74021e5ab9dbaf3bb27c0a52e1fd7f8f792ab.zip |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33674 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug33674 b/changes/bug33674 new file mode 100644 index 0000000000..bcc3fcab03 --- /dev/null +++ b/changes/bug33674 @@ -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. |