Uploaded image for project: 'Commons IO'
  1. Commons IO
  2. IO-683

CircularBufferInputStream.read() fails to convert byte to unsigned int

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.8.0
    • None
    • None

    Description

      The method int CircularBufferInputStream.read() returns CircularByteBuffer.read() which a byte.

      However it does not convert it to an unsigned byte, so byte values outside the range 0-127 will be sign-extended to a negative value.

      This is wrong, and can result in premature EOF.

      Note: this bug was reported by Sonarlint.
      Spotbugs does not appear to detect the bug.

      Attachments

        Activity

          People

            sebb Sebb
            sebb Sebb
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: