microsoft / lepton_jpeg_rust

Port of DropBox Lepton compression to Rust
Apache License 2.0
129 stars 10 forks source link

Fix a couple issues found by fuzzer #11

Closed mcroomp closed 1 year ago

mcroomp commented 1 year ago

Add additional validation to reject invalid huffman tables and require a minimum amount of scan data before compressing.