Fix a segfault in client_lb_end2end_test (#29568)
In the SubchannelStreamClient constructor, do not initialize an absl::string_view with a null pointer; this leads to strlen() being called on the null pointer. Let the absl::string_view be initialized with the string literal "SubchannelStreamClient" in this case instead. Fixes #29567.pull/29575/head
parent
ed5e26e3ae
commit
a8cec7e58d
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue