Skip to content

memory leak in lcmaps_type_of_proxy() at X509V3_EXT_d2i #8

Description

@smithdh

Hello,

(Seen in canl-c-2.1.5)

In lcmaps_type_of_proxy() (sslutils.c) the function uses X509V3_EXT_d2i() to parse an extension and return its internal structure. (pci = X509V3_EXT_d2i(pci_ext) in a couple of places). The internal structure should be freed with a suitable free function after use, but is not.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions