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.
1 parent b782bd2 commit d7c68f5Copy full SHA for d7c68f5
include/restclient-cpp/connection.h
@@ -264,7 +264,7 @@ class Connection {
264
bool verifyPeer;
265
std::string uriProxy;
266
std::string unixSocketPath;
267
- char curlErrorBuf[CURL_ERROR_SIZE];
+ char curlErrorBuf[CURL_ERROR_SIZE] = {0};
268
RestClient::WriteCallback writeCallback;
269
RestClient::Response*
270
performCurlRequest(const std::string& uri, RestClient::Response* resp);
0 commit comments