Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-16910

Packet250CustomPayload(dk)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Minecraft 13w36a
    • Minecraft 1.5.2
    • OS: Windows 8
      JVM: Sun JRE 1.7_21
    • Unconfirmed

      Packet250CustomPayload(dk) contains a minor bug with sending data sizes of exactly 32767. It will create and send the packet just fine but the problem comes with reading the packet.

      While creating the packet it checks if the length is greater than 32767. If you send data of exactly 32767 this passes. While reading it checks if the length is greater than 0 and less than 32767. It is now invalid.

      This causes the packet to not read in the data portion of the packet and the remaining portion of the packet will now be read as a separate packet which usually causes the client to be disconnected

            evilseph EvilSeph (Warren Loo)
            Smith61 Jacob Smith
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: