commit | a6e190e94b47324f14e22a09200c68b722d55699 | [log] [tgz] |
---|---|---|
author | Ammar Askar <aaskar@google.com> | Tue Jun 11 21:30:35 2019 -0700 |
committer | Gregory P. Smith <greg@krypto.org> | Tue Jun 11 21:30:34 2019 -0700 |
tree | 8043c131c0623eb9c54aa76bee7f40df2b1eae56 | |
parent | 405f648db7c44b07348582b5101d4716e0ce5ac3 [diff] |
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.