You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Try to prevent malicious decompression, leading to OOM issues
75
+
thrownewPdfDocumentFormatException($"Decoded stream size exceeds the estimated maximum size. Current decoded stream length: {transform.Length}, {i+1} filters applied out of {filters.Count}.");
// Try to prevent malicious decompression, leading to OOM issues
102
+
thrownewPdfDocumentFormatException($"Decoded stream size exceeds the estimated maximum size. Current decoded stream length: {transform.Length}, {i+1} filters applied out of {filters.Count}.");
0 commit comments