testuser220
Results
2
issues of
testuser220
Bugfixes
8
Fixed a few issues with arithmetic overflows, checks for NULLs and zero-terminated strings for strmp, format specifiers, and possibly a typo in == operator.
In x509_issuer_cache.c, there is a global mutex on the certificate cache: static pthread_mutex_t x509_issuer_tree_mutex = PTHREAD_MUTEX_INITIALIZER; This mutex is allocated and initialized with a handle upon the first call that...