diff options
author | Suphanat Chunhapanya <haxx.pop@gmail.com> | 2017-08-13 16:56:10 +0700 |
---|---|---|
committer | Suphanat Chunhapanya <haxx.pop@gmail.com> | 2017-08-13 17:50:51 +0700 |
commit | 97347b1109fcbb9b7d6eb74624748c5e6f560b77 (patch) | |
tree | 141c83f761403af65359c19389763a3d4c901ac0 /scripts | |
parent | c860282fc0ca068b1e5c210130979823ee799636 (diff) | |
download | tor-97347b1109fcbb9b7d6eb74624748c5e6f560b77.tar.gz tor-97347b1109fcbb9b7d6eb74624748c5e6f560b77.zip |
Fuzz outer layer of hsv3 descriptor
The code in fuzz_hsdescv3.c fuzzes the unencrypted layer of the hsv3
descriptor. We need to fuzz the encrypted layer later.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/codegen/fuzzing_include_am.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/codegen/fuzzing_include_am.py b/scripts/codegen/fuzzing_include_am.py index 91e9e5f3f6..4627d550e9 100755 --- a/scripts/codegen/fuzzing_include_am.py +++ b/scripts/codegen/fuzzing_include_am.py @@ -7,6 +7,7 @@ FUZZERS = """ diff-apply extrainfo hsdescv2 + hsdescv3 http iptsv2 microdesc |