mirror of https://github.com/grpc/grpc.git
[chaotic-good] Fix use-after free (#37019)
When starting a call, we could delete the transport before acquiring the party lock for the call handler, leading to a use-after-free.
Closes #37019
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37019 from ctiller:chaotic-bug 58254aa19c
PiperOrigin-RevId: 645542043
pull/36984/head
parent
8c9484f824
commit
56b3686229
1 changed files with 22 additions and 20 deletions
Loading…
Reference in new issue