mirror of https://github.com/grpc/grpc.git
AddressSanitizer detects stack-use-after-scope bug. This means that variable was used at a point when compiler assume that it's dead. Here compression_md lifetime is limited by switch scope. However implementation of execute_op blow access it outside the scope.pull/7603/head
parent
5b88eb228f
commit
e60003d4f9
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue