Closed DavidKorczynski closed 1 year ago
In general, pycparser
's goal is to parse valid C code. I'm not particularly interested in fuzz outputs for that reason.
I don't mind looking at a specific report but it has to be submitted as a MRE that I can just run without installing 3rd party packages and fuzzing tools
The following program crashes with an uncaught exception:
where
atheris
is https://pypi.org/project/atheris/The stacktrace looks as follows:
the
FuzzedDataProvider
is used to convert thedata
into primitive types derived from thedata
byte sequence. If we write out the values fromfdp
we get the following program which also triggers the uncaught exception: