You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: