Skip to content

Use-after-free, data returned by SendS3Request is out of scope and invalid #34

@Dantali0n

Description

@Dantali0n

In the method SendS3Request you create an instance of WebClient on the stack (without new or malloc) and you return this. The returned data of WebClient has thus gone out of scope and every use of it is a use-after-free memory error.

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