Skip to content
This repository was archived by the owner on Apr 25, 2018. It is now read-only.
This repository was archived by the owner on Apr 25, 2018. It is now read-only.

memory leak #2

Open
Open
@slimlv

Description

@slimlv

the module leaks memory in

str_buffer = malloc( str_len + sizeof(char) );

should use ngx_pcalloc() while do not manage to free after yourself

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions