[gnutls-devel] GnuTLS | Release 3.8.10 (!1979)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Tue Jul 8 10:44:18 CEST 2025
Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1979 was reviewed by Zoltán Fridrich
--
Zoltán Fridrich started a new discussion on src/certtool-cfg.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1979#note_2611127228
> i = 0; \
> - s_name = malloc(sizeof(char *) * MAX_ENTRIES); \
> + s_name = malloc(MAX_ENTRIES + 1); \
Is this correct?
You have removed `sizeof(char *)` which means now you are allocating less, not more.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1979
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/20250708/01326866/attachment.html>
More information about the Gnutls-devel
mailing list