diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-04-24 09:20:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-24 09:20:43 -0400 |
commit | 8b89faf424e662d09bec57c96e923773438e737e (patch) | |
tree | 989009a944a6c713866b59a58b436c55b79a566c /changes | |
parent | b7dd3518b98a6473f78138f8abfdc3372f2339f6 (diff) | |
parent | ae374e0a56014b72e54adf2afb5676ae6788124c (diff) | |
download | tor-8b89faf424e662d09bec57c96e923773438e737e.tar.gz tor-8b89faf424e662d09bec57c96e923773438e737e.zip |
Merge branch 'maint-0.3.0'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22034 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug22034 b/changes/bug22034 new file mode 100644 index 0000000000..6d9e188740 --- /dev/null +++ b/changes/bug22034 @@ -0,0 +1,4 @@ + 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. |