Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

readVarLong returns incorrect result for large values #47

@Johni0702

Description

@Johni0702

Someone probably copy/pasted the readVarInt code and forgot to change the value type from int to long.

public long readVarLong(ByteBuf buf) {
int value = 0;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions