diff options
Diffstat (limited to 'cache/src/tango_cache_transfer.cpp')
| -rw-r--r-- | cache/src/tango_cache_transfer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/src/tango_cache_transfer.cpp b/cache/src/tango_cache_transfer.cpp index 1b42ce7..e8b4cfc 100644 --- a/cache/src/tango_cache_transfer.cpp +++ b/cache/src/tango_cache_transfer.cpp @@ -114,7 +114,7 @@ static size_t curl_put_multipart_send_cb(void *ptr, size_t size, size_t count, v static int http_put_bodypart_request_evbuf(struct tango_cache_ctx *ctx, bool full) { UNUSED CURLMcode rc; - char minio_url[256], buffer[256]; + char minio_url[256]={0}, buffer[256]={0}; if(NULL == (ctx->curl=curl_easy_init())) { |
