Kaynağa Gözat

Potential msan fix

Craig Tiller 8 yıl önce
ebeveyn
işleme
e3b5921559
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      include/grpc++/impl/codegen/call.h

+ 1 - 0
include/grpc++/impl/codegen/call.h

@@ -528,6 +528,7 @@ class CallOpClientRecvStatus {
   void ClientRecvStatus(ClientContext* context, Status* status) {
     metadata_map_ = &context->trailing_metadata_;
     recv_status_ = status;
+    status_details_ = grpc_empty_slice();
   }
 
  protected: