[gnutls-devel] GnuTLS | Fix uninitialized warning in pkcs11.c (!897)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Tue Jan 29 15:04:15 CET 2019
Why ? `len` is explicitly set in all code paths just some lines before:
```
if (temp_str)
len = strlen(temp_str);
else if (str_max == 0)
len = 0;
else
len = p11_kit_space_strlen(str, str_max);
```
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/897#note_136096446
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/20190129/722588bd/attachment.html>
More information about the Gnutls-devel
mailing list