diff options
author | David Goulet <dgoulet@torproject.org> | 2017-10-26 09:52:15 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-10-26 09:52:15 -0400 |
commit | c4ef21ff5eff26182428d388e0614b4f0c5eed58 (patch) | |
tree | 0873acbc9ce8fbfcb75591bbd4d2c02b6e9d429a /changes/bug21509 | |
parent | 4d2de821ce9ab7a79e1a8bf5123adafd4326d023 (diff) | |
download | tor-c4ef21ff5eff26182428d388e0614b4f0c5eed58.tar.gz tor-c4ef21ff5eff26182428d388e0614b4f0c5eed58.zip |
fuzzing: Make hsdescv3 use the decoding API correctly
Fixes #21509
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/bug21509')
-rw-r--r-- | changes/bug21509 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug21509 b/changes/bug21509 new file mode 100644 index 0000000000..593a01ef20 --- /dev/null +++ b/changes/bug21509 @@ -0,0 +1,3 @@ + o Minor bugfixes (hidden service v3, fuzzing): + - Fix the hidden service v3 descriptor decoding fuzzing to use the latest + decoding API correctly. Fixes bug 21509; bugfix on 0.3.2.1-alpha. |