Skip to content

Bug: We're not checking for the minimum lengths of packets #7

@Joshsora

Description

@Joshsora

This means that currently, servers will accept a connection that sends a 0x01 packet with zero arguments, and if the server's protocol is empty, the server will get stuck sending anything to the client because it's buffer size is zero.

All packets should have a minimum required size, and shouldn't be handled unless the requirement is met.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions