Re: GnuTLS | Fix parsing of BIT STRING encoded EdDSA keys (!2060)
Read-only notification of GnuTLS library development activities <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gnutls.devel |
|---|---|
| Message-ID | <[email protected]> |
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. _______________________________________________ Gnutls-devel mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnutls-devel