diff options
author | Ammar Askar <aaskar@google.com> | 2019-06-12 04:30:35 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2019-06-12 04:30:34 (GMT) |
commit | a6e190e94b47324f14e22a09200c68b722d55699 (patch) | |
tree | 8043c131c0623eb9c54aa76bee7f40df2b1eae56 /Modules/_xxtestfuzz/fuzz_tests.txt | |
parent | 405f648db7c44b07348582b5101d4716e0ce5ac3 (diff) | |
download | cpython-a6e190e94b47324f14e22a09200c68b722d55699.zip cpython-a6e190e94b47324f14e22a09200c68b722d55699.tar.gz cpython-a6e190e94b47324f14e22a09200c68b722d55699.tar.bz2 |
bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)
* bpo-29505: Enable fuzz testing of the json module, enforce size limit on int(x) fuzz and json input size to avoid timeouts.
Contributed by by Ammar Askar for Google.
Diffstat (limited to 'Modules/_xxtestfuzz/fuzz_tests.txt')
-rw-r--r-- | Modules/_xxtestfuzz/fuzz_tests.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_xxtestfuzz/fuzz_tests.txt b/Modules/_xxtestfuzz/fuzz_tests.txt index 2e53bfd..f012129 100644 --- a/Modules/_xxtestfuzz/fuzz_tests.txt +++ b/Modules/_xxtestfuzz/fuzz_tests.txt @@ -1,3 +1,4 @@ fuzz_builtin_float fuzz_builtin_int fuzz_builtin_unicode +fuzz_json_loads |