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/11/04 09:45:39 UTC

DO NOT REPLY [Bug 24376] New: - [PATCH] Missing .close() calls on streams opened for Tiff images

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=24376>.
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=24376

[PATCH] Missing .close() calls on streams opened for Tiff images

           Summary: [PATCH] Missing .close() calls on streams opened for
                    Tiff images
           Product: Fop
           Version: 0.20.5
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: images
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: mm@arcus.com.au


The code for TIFF image handling is missing .close() statements for some of the 
streams opened. The can lead to "out of file handle" problems especially in  
environments where fop is embedded in server type applications.

This patch is against 0.20.5. If the same source is used for 1.0 then the patch 
should be applied there too.