Fix memory leaks reported by ASAN (with suppressions turned off) part 1#10475
Merged
locker merged 5 commits intotarantool:masterfrom Aug 28, 2024
Merged
Fix memory leaks reported by ASAN (with suppressions turned off) part 1#10475locker merged 5 commits intotarantool:masterfrom
locker merged 5 commits intotarantool:masterfrom
Conversation
locker
requested changes
Aug 26, 2024
Closes tarantool#10480 Part-of tarantool#10211 NO_TEST=covered by existing tests NO_DOC=bugfix
coio_connect_timeout() fallbacks to next address returned by coio_getaddrinfo() if it cannot connect to the first one. In this case it fails to free resources related to the first address in function cleanup. Closes tarantool#10482 Part-of tarantool#10211 NO_TEST=covered by existing tests NO_DOC=bugfix
lenkis
approved these changes
Aug 27, 2024
locker
requested changes
Aug 28, 2024
Closes tarantool#10477 Part-of tarantool#10211 NO_TEST=covered by existing tests NO_DOC=bugfix
Closes tarantool#10479 Part-of tarantool#10211 NO_TEST=covered by existing tests NO_DOC=bugfix
Closes tarantool#10476 Part-of tarantool#10211 NO_TEST=covered by existing tests NO_DOC=bugfix
locker
approved these changes
Aug 28, 2024
Member
|
Cherry-picked to 2.11 and 3.2. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #10211
Factored out from all-in-one PR #10207
Closes #10476
Closes #10477
Closes #10479
Closes #10480
Closes #10482