[gnutls-devel] GnuTLS | locks: couple of improvements using Gnulib glthread (!1485)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Mon Nov 15 16:43:08 CET 2021
Alexander Sosedkin commented on a discussion on lib/kx.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1485#note_733524301
> #pragma GCC diagnostic push
> #pragma GCC diagnostic ignored "-Wanalyzer-file-leak"
>
> +GNUTLS_ONCE(keylog_once);
> +
> +static void
> +keylog_once_init(void)
> +{
> + const char *keylogfile;
> +
> + keylogfile = secure_getenv("SSLKEYLOGFILE");
> + if (keylogfile != NULL && *keylogfile != '\0') {
OK if that's standard, guess unsetting is less ergonomic.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1485#note_733524301
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/20211115/66644741/attachment-0001.html>
More information about the Gnutls-devel
mailing list