[gnutls-devel] GnuTLS | Fix parsing of BIT STRING encoded EdDSA keys (!2060)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Fri Jan 30 04:05:10 CET 2026



Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/2060 was reviewed by Daiki Ueno

--
  
Daiki Ueno started a new discussion on lib/pubkey.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/2060#note_3046311710

 > +				ASN1_ETYPE_OCTET_STRING, ecpoint->data,
 > +				ecpoint->size,
 > +				(const unsigned char **)&raw_point.data,

Isn't `raw_point.data` leaking, as `asn1_decode_simple_der` returns data allocated with the system `malloc` and no call to `gnutls_free` at the end of this function anymore?


-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2060
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20260130/4a2b1435/attachment-0001.html>


More information about the Gnutls-devel mailing list