Jiasheng Jiang commented on a discussion on lib/nettle/pk.c: 
https://gitlab.com/gnutls/gnutls/-/merge_requests/1986#note_2640075368

 >              me = _gnutls_dsa_q_to_hash(params, &hash_len);
 >              spki.dsa_dig = MAC_TO_DIG(me->id);
 >              gen_data = gnutls_malloc(hash_len);
 > +            if (gen_data == NULL) {

Thank you. I have submitted a new commit to replace with a statically allocated 
buffer.

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


_______________________________________________
Gnutls-devel mailing list
Gnutls-devel@lists.gnutls.org
http://lists.gnupg.org/mailman/listinfo/gnutls-devel
  • [gnutls-de... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities
    • Re: [... Read-only notification of GnuTLS library development activities

Reply via email to