1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:28:10 +00:00
serenity/Userland/Libraries/LibCompress
Idan Horowitz be5a8d9c7f LibCompress: Check and fail for input stream errors in DeflateDecompressor
Since we were not checking for error flags set by read_bits we would
just always read 0 as the bits' value, which in some edge cases could
lead to an infinite loop.
2021-03-16 21:57:44 +01:00
..
CMakeLists.txt LibCompress: Rename libcompression.so to libcompress.so 2021-03-07 18:14:54 +01:00
Deflate.cpp LibCompress: Check and fail for input stream errors in DeflateDecompressor 2021-03-16 21:57:44 +01:00
Deflate.h LibCompress+AK: Propagate error handling to wrapped streams 2021-03-15 21:35:48 +01:00
DeflateTables.h LibCompress: Implement DEFLATE compression 2021-03-13 20:07:25 +01:00
Gzip.cpp LibCompress: Allow partial header reads in GzipDecompressor 2021-03-16 21:53:34 +01:00
Gzip.h LibCompress: Allow partial header reads in GzipDecompressor 2021-03-16 21:53:34 +01:00
Zlib.cpp LibCompress: Make the Zlib decompressor fail gracefuly 2021-03-15 21:35:48 +01:00
Zlib.h LibCompress: Make the Zlib decompressor fail gracefuly 2021-03-15 21:35:48 +01:00