You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/12/29 21:35:31 UTC

DO NOT REPLY [Bug 25808] New: - [PATCH] fix a NPE in InlineStackingLayoutManager.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25808>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25808

[PATCH] fix a NPE in InlineStackingLayoutManager.

           Summary: [PATCH] fix a NPE in InlineStackingLayoutManager.
           Product: Fop
           Version: 1.0dev
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: page-master/layout
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: bckfnn@worldonline.dk


This patch to LineLayoutManager fixes a NPE in InlineStackingLayoutManager by
ensuring that LayoutContext.leadingSpace never get a null value.

The testcase from 25806 can, after applying 25806, also be used for testing 
this issue.