-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
tls: add the missing wrapper around SlotImpl allocation. #8290
Conversation
… to it. Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
…t callback on destruction of the ref-count shared_ptr Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
…achable-slot Signed-off-by: Xin Zhuang <stevenzzz@google.com>
…achable-slot Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
…achable-slot Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
/assign htuch |
Please add a test that covers whatever bug this is. Thank you! /wait |
…achable-slot Signed-off-by: Xin Zhuang <stevenzzz@google.com>
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
/nostale |
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
/assign mattklein123 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you!
thx! |
…8290) Signed-off-by: Xin Zhuang <stevenzzz@google.com>
…8290) Signed-off-by: Xin Zhuang <stevenzzz@google.com>
…8290) Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Description: Add Wrapper around newly allocated SlotImpl.
This was missed in PR 8135. Which means newly created TLS are deallocated in the old way( destructed on owner destruction possible race, but the race window is really small, see issue #7902 )
Risk Level: Medium
Testing: N/A
Docs Changes: N/A
Release Notes: N/A