mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-03 17:56:17 -04:00

Don't allocate an obviously-too-large buffer for uncompressed data if ISIZE becomes corrupted in a small file. This isn't too effective, as we still must allow over 1000x expansion, but we might as well do this. Update https://github.com/ebiggers/libdeflate/issues/157