]> source.dussan.org Git - poi.git/commitdiff
Bug 64659 -- bump max record length
authorTim Allison <tallison@apache.org>
Thu, 13 Aug 2020 18:56:39 +0000 (18:56 +0000)
committerTim Allison <tallison@apache.org>
Thu, 13 Aug 2020 18:56:39 +0000 (18:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880835 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hmef/attribute/MAPIRtfAttribute.java

index c5d1cec8269ce95bed684b6e985d9384d4e633f0..295a022db89977789631cb1f8f908e9f4f91ed42 100644 (file)
@@ -34,7 +34,7 @@ import org.apache.poi.util.StringUtil;
 public final class MAPIRtfAttribute extends MAPIAttribute {
 
    //arbitrarily selected; may need to increase
-   private static final int MAX_RECORD_LENGTH = 1_000_000;
+   private static final int MAX_RECORD_LENGTH = 50_000_000;
 
    private final byte[] decompressed;
    private final String data;