Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
5.15.2
-
None
Description
We get the following errors from valgrind after we used QSslCertificate::extensions.
See leak.txt
Snippet:
const auto& ext = cert.extensions(); const bool foundOcspResponder = std::any_of(ext.cbegin(), ext.cend(), [&ocsp](const auto& entry){ return entry.name() == QLatin1String("authorityInfoAccess") && entry.value().toMap().value(QStringLiteral("OCSP")).toString() == ocsp; });