Skip to content

Commit

Permalink
Potential msan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Apr 4, 2017
1 parent a5da6e1 commit e3b5921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/grpc++/impl/codegen/call.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e3b5921

Please sign in to comment.