Skip to content

[BUG]: Fix receiver buffer realloc issue #14

Description

@okawo80085

Our lazy-socket receiver class has an issue with it's internal receive buffer where it can smash heap after a realloc, because right now it's done with an almost raw buffer by calling realloc().
Switching to one of the STL containers for managing memory will be ideal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdriver madness nextIntended for the next driver madness windowlazy-socketsRelated to `lazy-sockets`leaky pipesSomething is leaking :)

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Postponed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions