mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Bug 63542 -- bump min record limit for TNEFAttribute
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1862895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d323ec9b0
commit
c7bcd70d54
@ -35,7 +35,7 @@ import org.apache.poi.util.LittleEndian;
|
||||
public class TNEFAttribute {
|
||||
|
||||
//arbitrarily selected; may need to increase
|
||||
private static final int MAX_RECORD_LENGTH = 1_000_000;
|
||||
private static final int MAX_RECORD_LENGTH = 20_000_000;
|
||||
|
||||
private final TNEFProperty property;
|
||||
private final int type;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user