nHapiNET / nHapi

nHapi is the .Net port of the original Java project HAPI.
Mozilla Public License 2.0
277 stars 156 forks source link

Bad Inputs of new Parser #203

Closed kulgg closed 3 years ago

kulgg commented 3 years ago

@milkshakeuk Describe the bug I did a short first 5 min Fuzzing run and you can find the results of my minimizer script here nHapiMinCrashes

To Reproduce You can add the minimized unique crash inputs from the folder to the BadInputs Test folder to debug them. unique_min_crashes contains the crash inputs together with their exception trace to review. There are some small inputs that cause NullReference similar to before.

kulgg commented 3 years ago

Just updated it with newer crash inputs of longer run

milkshakeuk commented 3 years ago

@JlKmn thank you, @AMCN41R can you take a look at this one?

milkshakeuk commented 3 years ago

This carries on the work from #196 and #198.

milkshakeuk commented 3 years ago

Fixed by #205