pdf-rs / pdf

Rust library to read, manipulate and write PDF files.
MIT License
1.29k stars 120 forks source link

Fix the fuzzer #193

Closed tokatoka closed 1 year ago

tokatoka commented 1 year ago

There is a unneeded Ok(()) at the end of the fuzzer. This pr will remove it