thorfdbg / libjpeg

A complete implementation of 10918-1 (JPEG) coming from jpeg.org (the ISO group) with extensions for HDR, lossless and alpha channel coding standardized as ISO/IEC 18477 (JPEG XT).
327 stars 81 forks source link

Assert Failure in BitStream<false>::Get #70

Closed sleicasper closed 2 years ago

sleicasper commented 2 years ago

There is an assert failure in BitStream<false>::Get in bitstream.hpp. Depending on the usage of this library, e.g., running on remote server as a service, this could cause Deny of Service attack.

thorfdbg commented 2 years ago

Thanks for reporting, this should be fixed in the 1.64 release.