devdanzin / fusil

Fusil is a multi-agent Python library used to write fuzzing programs
GNU General Public License v2.0
10 stars 1 forks source link

Run `fusil-python-threaded` on PyPy #21

Open devdanzin opened 2 weeks ago

devdanzin commented 2 weeks ago

We should test PyPy with fusil-python-threaded. Learn how to trigger the JIT and possible code templates that exercise more of the PyPy implementation.

devdanzin commented 8 hours ago

This has been ongoing and has found 19 issues so far, of which 17 have been fixed. New crashers have stopped appearing, so fuzzing will be paused until new techniques have been implemented.