mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
4a9f689430
The GETINFO extra-info/digest/<digest> broke in commit 568dc27a19
that
refactored the base16_decode() API to return the decoded length.
Unfortunately, that if() condition should have checked for the correct length
instead of an error which broke the command in tor-0.2.9.1-alpha.
Fixes #22034
Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
268 B
Plaintext
5 lines
268 B
Plaintext
o Minor bugfixes (control port, regression):
|
|
- The GETINFO extra-info/digest/<digest> command was broken because of a
|
|
wrong base16 decode return value check. In was introduced in a refactor
|
|
of that API. Fixex bug #22034; bugfix on tor-0.2.9.1-alpha.
|