[gnutls-devel] GnuTLS | Windows & Windows Store store patches (!835)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Tue Dec 18 13:18:16 CET 2018


The issue seems to be an unexpected errno value set by strerror(-3). The gnulib test expects errno to be either 0 or EINVAL after the call to strerror(). But in fact errno is 12 (ENOMEM).

It seems more of a libc6 2.28 issue, though we see it only on the cross builds / emulation.

We can do two things about it:
 - removing/changing line 72 in gl/tests/test-errno.c to accept errno 12, e.g. with a sed call in .gitlab-ci.yml after `./bootstrap`
 - ask on the gnulib ML. There are also glibc maintainers to have an eye on this. I'll ask there.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/835#note_125812408
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/20181218/13d48145/attachment.html>


More information about the Gnutls-devel mailing list