[gnutls-devel] GnuTLS | New CI runner with clang ubsan+asan (!1151)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Tue Jan 28 11:43:03 CET 2020
Dmitry Baryshkov started a new discussion on lib/x509/verify.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1151#note_277962689
> }
> sigalg = ret;
>
> - se = _gnutls_sign_to_entry(sigalg);
> + se = _gnutls_sign_to_entry((gnutls_sign_algorithm_t) sigalg);
It might be cleaner to change `sigalg` to `gnutls_sign_algorithm_t` and use `se != NULL` instead of `sigalg < 0` further on.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1151#note_277962689
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/20200128/37b35571/attachment.html>
More information about the Gnutls-devel
mailing list