diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2006-09-02 00:52:38 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2006-09-02 00:52:38 +0000 |
commit | 6b5450d36a58e39798005a2dd6b4192af68bf59c (patch) | |
tree | 7ff3b72484629bbc3c581f3fdc1add171504ff28 /status.xml | |
parent | 3873a2c6c28a487c3ed7c9b7051f84f4d15653ad (diff) | |
download | xmlgraphics-fop-6b5450d36a58e39798005a2dd6b4192af68bf59c.tar.gz xmlgraphics-fop-6b5450d36a58e39798005a2dd6b4192af68bf59c.zip |
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
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/status.xml b/status.xml index 9b4fa0b5c..cdf6f68c3 100644 --- a/status.xml +++ b/status.xml @@ -28,12 +28,16 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="AD" type="fix" fixes-bug="39414"> + Split up FOText instances larger than 32K characters to avoid + integer overflow during layout. + </action> <action context="Code" dev="JM" type="fix"> Bugfix: Corrected painting of shading patterns and position of links for SVG images inside FO documents. </action> <action context="Code" dev="AD" type="update"> - Minor fix: correctly set negative values to zero. + Minor fix: correctly set negative values for ipd/bpd to zero. </action> <action context="Code" dev="AD" type="update" fixes-bug="35656"> Rework of default column-creation / column-width setting from |