Jiasheng Jiang commented on a discussion on tests/suite/mini-record-timing.c: 
https://gitlab.com/gnutls/gnutls/-/merge_requests/2001#note_2665636524

 >                 gnutls_datum_t *key)
 >  {
 >      key->data = gnutls_malloc(4);
 > +    if (key->data == NULL) {
 > +            return GNUTLS_E_MEMORY_ERROR;

Thank you. I have fixed it.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnutls/gnutls/-/merge_requests/2001#note_2665636524
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

Reply via email to