mirror of https://github.com/grpc/grpc.git
Fix fuzzer found crash in new metadata code (#28278)
* Fix fuzzer found crash in new metadata code * Fix memory leakreviewable/pr27754/r2
parent
bb02562307
commit
f9c227b212
2 changed files with 41 additions and 6 deletions
@ -0,0 +1,33 @@ |
||||
actions { |
||||
create_channel { |
||||
channel_actions {} |
||||
} |
||||
} |
||||
actions { |
||||
create_call { |
||||
method { |
||||
value: |
||||
"contenttype" |
||||
} |
||||
} |
||||
} |
||||
actions { |
||||
queue_batch { |
||||
operations { |
||||
send_initial_metadata { |
||||
metadata { |
||||
key { |
||||
value: |
||||
"content-type" |
||||
} |
||||
} |
||||
metadata { |
||||
key { |
||||
value: |
||||
"content-type" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue