[Seaside-dev] DeflateStream can't handle input that exceeds the maximum number of non-compressible blocks

Max Leske maxleske at gmail.com
Tue Jan 16 06:55:23 UTC 2018


Hi guys,

Summary: The Deflate code can't handle more than (2^16) - 1
non-compressible blocks but it's possible to exceed this maximum with the
right data. In addition, when this happens and the plugin is used (GZip /
Zip) it will crash the VM.

Please take a look at the issues I've opened for the Deflate plugin (
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/193) and the
Deflate image code (
https://pharo.fogbugz.com/f/cases/20973/DeflateStream-can-t-handle-input-that-exceeds-the-maximum-number-of-non-compressible-blocks).
I expect that this also concerns Squeak.

Cheers,
Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20180116/f3015283/attachment.html>


More information about the seaside-dev mailing list