Skip to content

Commit 69b4f2f

Browse files
committed
out_azure_blob: fix missing initialization (CID 316380)
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
1 parent ee8d191 commit 69b4f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/out_azure_blob/azure_blob_http.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ flb_sds_t azb_http_canonical_request(struct flb_azure_blob *ctx,
171171
flb_sds_t tmp = NULL;
172172
char *b64 = NULL;
173173
char *encoding;
174-
char *ctype;
174+
char *ctype = "";
175175
unsigned char signature[32];
176176

177177
size = strlen(c->uri) + (mk_list_size(&c->headers) * 64) + 256;

0 commit comments

Comments
 (0)