discourse/lib/compression
Gerhard Schlager 2a06f67099 FIX: Decompressing lots of small files triggered error
An archive containing lots of small files could trigger an error even though the amount of decompressed data was way below the maximum allowed size. This happened because the decompression algorithm used the chunk size for calculating the remaining size instead of the actual size of the decompressed chunk.
2020-01-09 15:11:31 +01:00
..
engine.rb SECURITY: Safely decompress backups when restoring. (#8166) 2019-10-09 11:41:16 -03:00
gzip.rb SECURITY: Safely decompress files. (#8124) 2019-10-03 10:19:35 -03:00
pipeline.rb DEV: Split max decompressed setting for themes and backups (#8179) 2019-10-11 14:38:10 -03:00
strategy.rb FIX: Decompressing lots of small files triggered error 2020-01-09 15:11:31 +01:00
tar.rb SECURITY: Safely decompress files. (#8124) 2019-10-03 10:19:35 -03:00
zip.rb SECURITY: Safely decompress files. (#8124) 2019-10-03 10:19:35 -03:00