Uploaded image for project: 'PDFBox'
  1. PDFBox
  2. PDFBOX-5199

Possible memory leak after calling decode filter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0.23
    • 2.0.24, 3.0.0 PDFBox
    • None
    • None

    Description

      valerybokov noticed in PR#107 that filters are sometimes closed and sometimes not

      IdentityFilter and CCITTFaxFilter extends Filter
      IdentityFilter.encode(InputStream, OutputStream, COSDictionary). The InputStream will not be closed.
      CCITTFaxFilter.encode(InputStream, OutputStream, COSDictionary). The InputStream will be closed.
      The input parameter will not be closed if an exception is thrown.

      My understanding is that the caller should close streams unless the javadoc tell something else. So I did search a bit, and found places in COSStream and PDStream where this isn't done. Any close in filter should be removed.

      I also searched for encode but there I found that the caller closes properly.

      Attachments

        Activity

          People

            tilman Tilman Hausherr
            tilman Tilman Hausherr
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: