Jiasheng Jiang commented on a discussion on tests/rehandshake-switch-srp-id.c: 
https://gitlab.com/gnutls/gnutls/-/merge_requests/2006#note_2676183758

 >              printf("srp: username %s\n", username);
 >  
 >      generator->data = gnutls_malloc(1);
 > +    if (generator->data == NULL) {
 > +            fail("gnutls_malloc failed\n");
 > +            return GNUTLS_E_MEMORY_ERROR;

I have fixed all the above issues.

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