diff options
author | Neel Chauhan <neel@neelc.org> | 2020-06-16 14:38:08 -0700 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-06-24 15:47:57 -0400 |
commit | c8fd7b7040b9c036438afc493352fbccb4c1d357 (patch) | |
tree | b6d45183b142915722ea173bd9395648e9cfed79 /changes/bug34400 | |
parent | 285dbeefa1b7e827df8dfa4a76a410330345c443 (diff) | |
download | tor-c8fd7b7040b9c036438afc493352fbccb4c1d357.tar.gz tor-c8fd7b7040b9c036438afc493352fbccb4c1d357.zip |
Make HSFETCH take the decoded length into account, not the base32 one
Diffstat (limited to 'changes/bug34400')
-rw-r--r-- | changes/bug34400 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug34400 b/changes/bug34400 new file mode 100644 index 0000000000..e2b56688b9 --- /dev/null +++ b/changes/bug34400 @@ -0,0 +1,5 @@ + o Minor bugfixes (v2 onion services): + - For HSFETCH commands on v2 onion services addresses, check the length of + bytes decoded, not the base32 length. This takes the behavior introduced + in commit a517daa56f5848d25ba79617a1a7b82ed2b0a7c0 into consideration. + Fixes bug 34400; bugfix on 0.4.1.1-alpha. Patch by Neel Chauhan. |