Fwd: DeflateStream can't handle input that exceeds the maximum number of non-compressible blocks
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.