Comment 5 for bug 1983605

Revision history for this message
Bryce Harrington (bryce) wrote :

Revisiting this because (unsurprisingly) this has cropped up in update-excuses once again, on ppc64el only, and as before is intermittently passing about 20-30% of the time.

For reference, a link to the commit Sergio bisected to:

    https://git.exim.org/exim.git/commitdiff/f50a063dc0b96ac95b3a7bc0aebad3b3f2534c02

If that is indeed the code causing the problems, next question would be if the issue is something to do with the ALPN detection misfiring, or if the code itself is compiling wrong. For the latter, my only idea so far might be to tinker with the instantiation of the gnutls_datum_t protocols array, maybe something's off with the structs? The test output doesn't appear to mention ALPN at all, which makes me wonder if the debug messages could be enabled to help track where in this code things are going wrong?