dropbox / lepton

Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
https://blogs.dropbox.com/tech/2016/07/lepton-image-compression-saving-22-losslessly-from-images-at-15mbs/
Apache License 2.0
5.01k stars 355 forks source link

Unexpected hangs on tiny crafted files #113

Open hongxuchen opened 6 years ago

hongxuchen commented 6 years ago

We found with our fuzzer that lepton 3f6d98c may spend too much time on some crafted files ( as listed in this directory). Given the fact that these file are quite small (<1k), we think this may result from some implementation pitfalls.

Command: lepton $FILE /tmp/test.jpg. When running lepton -unjailed $FILE /tmp/test.jpg, it exhibits several runtime errors.