mirror of https://github.com/grpc/grpc.git
[sleep] Fix use after free discovered by fuzzer (#30542)
* minimized crash * [sleep] Fix use after free discovered by fuzzerpull/30546/head
parent
0c5b6171ad
commit
9cbedfe66f
2 changed files with 39 additions and 4 deletions
@ -0,0 +1,32 @@ |
|||||||
|
actions { |
||||||
|
create_server {} |
||||||
|
} |
||||||
|
actions { |
||||||
|
create_channel { |
||||||
|
target: |
||||||
|
"unixpepPthtGK9223372036854775807" |
||||||
|
channel_args{key : "grpc.client_idle_timeout_ms" i : 4297} channel_actions { |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
actions { |
||||||
|
create_call { |
||||||
|
method { |
||||||
|
value: |
||||||
|
"w" |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
actions { |
||||||
|
ping {} |
||||||
|
} |
||||||
|
actions { |
||||||
|
request_call {} |
||||||
|
} |
||||||
|
actions { |
||||||
|
queue_batch { |
||||||
|
operations { |
||||||
|
send_initial_metadata {} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue