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 830ebd4 commit 4d2786dCopy full SHA for 4d2786d
plugins/out_oracle_log_analytics/oci_logan_helper.c
@@ -462,7 +462,7 @@ static int init_oci_timezone_hash(void)
462
ret = flb_hash_table_add(oci_timezone_hash,
463
oci_supported_timezones[i],
464
strlen(oci_supported_timezones[i]),
465
- (void *) "1", 1);
+ (void *) "1", sizeof("1"));
466
if (ret < 0) {
467
fprintf(stderr, "flb_hash_table_add failed line 192");
468
fflush(stderr);
0 commit comments