| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-121023: Improve `_xxtestfuzz/README.rst` (#121024) | sobolevn | 2024-09-16 | 1 | -3/+5 |
|
|
* | gh-122854: Add Py_HashBuffer() function (#122855) | Victor Stinner | 2024-08-30 | 1 | -2/+1 |
|
|
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -2/+7 |
|
|
* | When the Py_CompileStringExFlags fuzzer encounters a SystemError, abort (#115... | Alex Gaynor | 2024-02-07 | 1 | -2/+9 |
|
|
* | Add a fuzzer for `Py_CompileStringExFlags` (#111721) | Brad Larsen | 2023-12-10 | 9 | -0/+262 |
|
|
* | Add a fuzz target for `_elementtree.XMLParser._parse_whole` (#111477) | Brad Larsen | 2023-11-03 | 59 | -0/+620 |
|
|
* | gh-107652: Set up CIFuzz to run fuzz targets continuously (#107653) | Illia Volochii | 2023-10-09 | 1 | -0/+3 |
|
|
* | gh-109098: Fuzz re module instead of internal sre (#109911) | Ammar Askar | 2023-09-26 | 1 | -27/+18 |
|
|
* | gh-106320: Move private _PyHash API to the internal C API (#107026) | Victor Stinner | 2023-07-22 | 1 | -0/+5 |
|
|
* | gh-104922: remove PY_SSIZE_T_CLEAN (#106315) | Inada Naoki | 2023-07-02 | 1 | -1/+0 |
|
|
* | gh-104051: fix crash in test_xxtestfuzz with -We (#104052) | Irit Katriel | 2023-05-05 | 1 | -3/+10 |
|
|
* | gh-73691: Increase size limits in _xxtestfuzz (#99070) | Gregory P. Smith | 2022-11-03 | 1 | -3/+6 |
|
|
* | bpo-29505: Add fuzzer for ast.literal_eval (GH-28777) | Ammar Askar | 2021-10-06 | 2 | -0/+57 |
|
|
* | bpo-44113: Update __xxtestfuzz not to use Py_SetProgramName (GH-26083) | Dong-hee Na | 2021-05-12 | 1 | -8/+20 |
|
|
* | Fix typo in fuzzer.c (GH-25013) | Ikko Ashimine | 2021-03-24 | 1 | -2/+2 |
|
|
* | bpo-43394: Fix -Wstrict-prototypes warnings (GH-24737) | Brandt Bucher | 2021-03-04 | 1 | -5/+5 |
|
|
* | Fuzz struct.unpack and catch RecursionError in re.compile (GH-18679) | Ammar Askar | 2020-02-28 | 5 | -1/+76 |
|
|
* | bpo-39245: Switch to public API for Vectorcall (GH-18460) | Petr Viktorin | 2020-02-11 | 1 | -2/+2 |
|
|
* | bpo-38823: Clean up _xxtestfuzz initialization. (GH-17216) | Brandt Bucher | 2019-11-21 | 1 | -6/+1 |
|
|
* | Fix typos in docs, comments and test assert messages (#14872) | Min ho Kim | 2019-07-21 | 1 | -1/+1 |
|
|
* | bpo-37483: add _PyObject_CallOneArg() function (#14558) | Jeroen Demeyer | 2019-07-04 | 1 | -2/+2 |
|
|
* | bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) | Ammar Askar | 2019-06-30 | 8 | -16/+491 |
|
|
* | bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991) | Ammar Askar | 2019-06-12 | 10 | -1/+171 |
|
|
* | bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907) | Ammar Askar | 2019-06-08 | 1 | -0/+8 |
|
|
* | Avoid UB in test selection macro. (#3407) | Devin Jeanpierre | 2017-09-07 | 1 | -5/+3 |
|
|
* | bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878) | Devin Jeanpierre | 2017-09-06 | 4 | -0/+222 |
|
|