Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

memory leak in lcmaps_type_of_proxy() at X509V3_EXT_d2i #8

Open
smithdh opened this issue May 4, 2015 · 2 comments
Open

memory leak in lcmaps_type_of_proxy() at X509V3_EXT_d2i #8

smithdh opened this issue May 4, 2015 · 2 comments
Assignees
Labels

Comments

@smithdh
Copy link

smithdh commented May 4, 2015

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.

@vokac
Copy link

vokac commented May 17, 2021

Any plans to fix this issue? Should we instead open GGUS for caNL SU?

@sustr4
Copy link
Contributor

sustr4 commented May 28, 2021

Any plans to fix this issue? Should we instead open GGUS for caNL SU?

Thanks for reporting this. reporting through GGUS would have been more noticeable, no need for that now. We will look into it.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants