johannesvollmer / exrs

100% Safe Rust OpenEXR file library
Other
149 stars 22 forks source link

Smart Fuzzing #229

Open johannesvollmer opened 6 months ago

johannesvollmer commented 6 months ago

What can be improved or is missing?

Use AFL for additional fuzzing.

Implementation Approach

Run inside docker, because Windows is not supported. Maybe there is even some tool that does this?

Can we add it to the CI?