-
Notifications
You must be signed in to change notification settings - Fork 743
schemeshard ut: fix use-after-free in IndexBuildTest.RejectsOnDuplicatesUniq #23446
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
Conversation
TCell stores pointers to TString that will be freed upon end-of-statement
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
…tesUniq (ydb-platform#23446) (cherry picked from commit 1153a29)
…tesUniq (ydb-platform#23446) (cherry picked from commit 1153a29)
TCell stores pointers to TString that will be freed upon end-of-statement
(Noticed in asan CI error)
Changelog entry
...
Changelog category
Description for reviewers
...