-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
out_s3: fix use-after-free in destructor #3738
Conversation
code looks good to me. Just the branch is out of date, please update the branch |
@DrewZhang13 Rebased onto latest master. |
@DrewZhang13 That test failure seems unrelated. Not sure what to do about it. |
can you re-run the checks see if it could be fixed? |
@DrewZhang13 I don't think I have that ability on my end. Only thing I can do is push again to retrigger all the actions. |
Test pass this time, good to merge |
@rittneje Thanks for this! Please rebase this commit with latest master and then we can merge it. |
Signed-off-by: Jesse Rittner <[email protected]>
@PettitWesley rebased |
@rittneje Please also submit this commit against the newly created |
Signed-off-by: Jesse Rittner [email protected]
Fixes #3732.
cc @PettitWesley @DrewZhang13
Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
s3-fix-valgrind-results.txt
Documentation
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.