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. |
||
|---|---|---|
| .. | ||
| ext | ||
| lib | ||
| plugin_registry | ||
| tsi | ||
| README.md | ||
README.md
gRPC core library
This shared library provides all of gRPC's core functionality through a low level API. gRPC libraries for the other languages supported in this repo, are built on top of this shared core library.