COMMITS
/ Modules/_xxtestfuzz/fuzzer.c November 3, 2022
G
gh-73691: Increase size limits in _xxtestfuzz (#99070)
Gregory P. Smith committed
October 6, 2021
A
bpo-29505: Add fuzzer for ast.literal_eval (GH-28777)
Ammar Askar committed
May 12, 2021
D
bpo-44113: Update __xxtestfuzz not to use Py_SetProgramName (GH-26083)
Dong-hee Na committed
March 24, 2021
I
Fix typo in fuzzer.c (GH-25013)
Ikko Ashimine committed
March 4, 2021
B
bpo-43394: Fix -Wstrict-prototypes warnings (GH-24737)
Brandt Bucher committed
February 28, 2020
A
Fuzz struct.unpack and catch RecursionError in re.compile (GH-18679)
Ammar Askar committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
July 21, 2019
M
Fix typos in docs, comments and test assert messages (#14872)
Min ho Kim committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 30, 2019
A
bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)
Ammar Askar committed
June 12, 2019
A
bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)
Ammar Askar committed
June 8, 2019
A
bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)
Ammar Askar committed
September 7, 2017
D
Avoid UB in test selection macro. (#3407)
Devin Jeanpierre committed
September 6, 2017
D
bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878)
Devin Jeanpierre committed