We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8c98b4 + d7c68f5 commit 047565eCopy full SHA for 047565e
include/restclient-cpp/connection.h
@@ -265,7 +265,7 @@ class Connection {
265
bool verifyPeer;
266
std::string uriProxy;
267
std::string unixSocketPath;
268
- char curlErrorBuf[CURL_ERROR_SIZE];
+ char curlErrorBuf[CURL_ERROR_SIZE] = {0};
269
RestClient::WriteCallback writeCallback;
270
RestClient::Response*
271
performCurlRequest(const std::string& uri, RestClient::Response* resp);
0 commit comments