mirror of https://github.com/grpc/grpc.git
The state is used both in the callback for the actual connect as well as in the additional timeout that is setup for the operation. Both code paths decrease the reference count and if they happen to be queued at the same time, memory is corrupted. Subsequent behavior is undefined and segfaults can be observed as a result. Fixes #12608pull/12733/head
parent
708163a0b4
commit
3069fc5eb8
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue