Run tlsfuzzer against gnutls built with clang asan and ubsan
Not all wrong code behaviour will cause the gnutls binary to misbehave on TLS level or to crash.
To make it more likely to find issues in error handling code, the tlsfuzzer test suite should be ran against gnutls built with clang Address Sanitizer and Undefined Behaviour Sanitizer (possibly others)
I've talked about it with @ansasaki and he said that the tlsfuzzer is already ran against gnutls running under valgrind, it's clang/ubsan that's missing, but it is used for the FreeBSD run.