Skip to content

Commit a53a70d

Browse files
committed
PDFBOX-6009: update comment
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1925868 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2822dcc commit a53a70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfbox/src/main/java/org/apache/pdfbox/multipdf/Splitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ else if (srcObj != null) // 079177.pdf
503503

504504
dstDict.setItem(COSName.PG, dstPageDict);
505505

506-
// stack overflow here with 207658.pdf, too complex
506+
// stack overflow here with 207658.pdf and 113484.pdf, too complex; works with -Xss50m
507507
COSBase cloneKid = createClone(kid, dstDict, dstPageDict != null ? dstPageDict : currentPageDict);
508508
if (cloneKid == null && kid != null)
509509
{

0 commit comments

Comments
 (0)