Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) | Ammar Askar | 2019-06-30 | 1 | -0/+219 |
| | | | Add more fuzz testing for re.compile, re.load and csv.reader | ||||
* | bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991) | Ammar Askar | 2019-06-12 | 1 | -0/+40 |
* 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. |