Increase FlateFilter multiplier when preventing malicious OOM and fix #1125

This commit is contained in:
BobLd 2025-08-08 18:52:09 +01:00
parent 7ff58893af
commit f1923fcbcd

View File

@ -112,8 +112,9 @@
{
AsciiHexDecodeFilter => 0.5,
Ascii85Filter => 0.8,
FlateFilter or RunLengthFilter => 3,
RunLengthFilter => 1.5,
LzwFilter => 2,
FlateFilter => 10,
_ => 1000
};
}