forked from fluent/fluent-bit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws_util: always use flb_calloc, never flb_malloc Signed-off-by: Wesley Pettit <[email protected]> out_s3: always use flb_calloc, never flb_malloc Signed-off-by: Wesley Pettit <[email protected]> aws_util: fix tmp leak and fix formatting Signed-off-by: David Korczynski <[email protected]> config: fix possible null-dereference flb_env_create can fail which causes config->env to be NULL, and this can cause NULL-dereferences further in the process. Bail if environment creation failed. Consequently, we need to add a safeguard for cleaning up multiline parsers as these have not been initialized yet. Signed-off-by: David Korczynski <[email protected]>
- Loading branch information
1 parent
7b35f05
commit be7b387
Showing
4 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters