Pointer to local outside scope
Dereferencing the returned or out-of-scope stack pointer will access an invalid location on the stack after its scope or after the function returns. Pointer to a local stack variable returned or used outside scope
/src/mongo/util/net/ssl_manager_openssl.cpp:911: RETURN_LOCAL 184205 Address of temporary holding "mongo::str::stream()".
/src/mongo/util/net/ssl_manager_openssl.cpp:911: RETURN_LOCAL 184205 Assigning: "stream" = "mongo::str::stream() << "Failed to query the OCSP responder - "".
/src/mongo/util/net/ssl_manager_openssl.cpp:911: RETURN_LOCAL 184205 Temporary variable of type "mongo::str::stream" goes out of scope.
/src/mongo/util/net/ssl_manager_openssl.cpp:914: RETURN_LOCAL 184205 Using "stream", which points to an out-of-scope temporary variable of type "mongo::str::stream".