pull/27909/head
Craig Tiller 3 years ago committed by GitHub
parent 512e1ec1dc
commit 129cf5543e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/surface/call.cc
  2. 62
      test/core/end2end/fuzzers/api_fuzzer_corpus/testcase-6703968097271808

@ -1940,6 +1940,8 @@ done_with_error:
if (stream_op->send_message) { if (stream_op->send_message) {
call->sending_message = false; call->sending_message = false;
call->sending_stream->Orphan(); call->sending_stream->Orphan();
call->sending_stream.Destroy();
stream_op_payload->send_message.send_message.reset();
} }
if (stream_op->send_trailing_metadata) { if (stream_op->send_trailing_metadata) {
call->sent_final_op = false; call->sent_final_op = false;

@ -0,0 +1,62 @@
actions {
create_server {
}
}
actions {
create_channel {
target: "dns:server"
}
}
actions {
create_call {
method {
value: "/foo"
}
timeout: 1000000000
}
}
actions {
queue_batch {
operations {
send_initial_metadata {
}
}
}
}
actions {
advance_time: 9541248
}
actions {
queue_batch {
operations {
send_close_from_client {
}
}
operations {
send_message {
}
}
operations {
receive_initial_metadata {
}
flags: 1895825408
}
}
}
actions {
queue_batch {
operations {
send_message {
message {
value: "grp[.default_authority"
intern: true
}
}
}
}
}
actions {
advance_time: 10000000
}
actions {
}
Loading…
Cancel
Save