You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2022/10/22 11:14:22 UTC

[Issue 128541] New: InputStreamToXInputStreamAdapter.readBytes() should read until the buffer is full, or the file ends, not while available() > 0

https://bz.apache.org/ooo/show_bug.cgi?id=128541

          Issue ID: 128541
        Issue Type: DEFECT
           Summary: InputStreamToXInputStreamAdapter.readBytes() should
                    read until the buffer is full, or the file ends, not
                    while available() > 0
           Product: App Dev
           Version: 3.3.0 or older (OOo)
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: Normal
          Priority: P5 (lowest)
         Component: api
          Assignee: issues@openoffice.apache.org
          Reporter: damjan@apache.org
  Target Milestone: ---

In
main/javaunohelper/com/sun/star/lib/uno/adapter/InputStreamToXInputStreamAdapter.java,
readBytes() should read until the buffer is full, or the file ends, not while
available() > 0.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128541] InputStreamToXInputStreamAdapter.readBytes() should read until the buffer is full, or the file ends, not while available() > 0

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128541

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #1 from damjan@apache.org ---
Fixed by f04910427d25ede98b84b90df7cc5a12d1adc695, resolving fixed.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128541] InputStreamToXInputStreamAdapter.readBytes() should read until the buffer is full, or the file ends, not while available() > 0

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128541

Matthias Seidel <ms...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mseidel@apache.org
   Target Milestone|---                         |4.2.0

--- Comment #2 from Matthias Seidel <ms...@apache.org> ---
Cherry-picked for AOO42X with:
https://github.com/apache/openoffice/commit/a20732d5433a69623bce465cc72af0ea4a66856f

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128541] InputStreamToXInputStreamAdapter.readBytes() should read until the buffer is full, or the file ends, not while available() > 0

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128541

Matthias Seidel <ms...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.0                       |4.1.14

--- Comment #3 from Matthias Seidel <ms...@apache.org> ---
Cherry-picked for AOO41X with:
https://github.com/apache/openoffice/commit/239988383ad44f763e210d38864f46a27e0a9873

-- 
You are receiving this mail because:
You are the assignee for the issue.