johannesvollmer / exrs

100% Safe Rust OpenEXR file library
Other
154 stars 24 forks source link

Smart Fuzzing #229

Open johannesvollmer opened 11 months ago

johannesvollmer commented 11 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?