From 6b5450d36a58e39798005a2dd6b4192af68bf59c Mon Sep 17 00:00:00 2001 From: "Andreas L. Delmelle" Date: Sat, 2 Sep 2006 00:52:38 +0000 Subject: Bugzilla #39414: Uninterrupted text blocks larger than 32K characters would cause overflows during layout, so make sure the FOText char arrays are never larger, by splitting them up into multiple instances. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@439511 13f79535-47bb-0310-9956-ffa450edef68 --- status.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'status.xml') diff --git a/status.xml b/status.xml index 9b4fa0b5c..cdf6f68c3 100644 --- a/status.xml +++ b/status.xml @@ -28,12 +28,16 @@ + + Split up FOText instances larger than 32K characters to avoid + integer overflow during layout. + Bugfix: Corrected painting of shading patterns and position of links for SVG images inside FO documents. - Minor fix: correctly set negative values to zero. + Minor fix: correctly set negative values for ipd/bpd to zero. Rework of default column-creation / column-width setting from -- cgit v1.2.3