mirror of https://github.com/grpc/grpc.git
Fix crash when sockaddr cannot be converted to string (#29482)
grpc_sockaddr_to_uri() does not support binder transport URI scheme (which uses an invalid sa_family (AF_MAX) to avoid misuse) at this moment. Fallback to a string represent unknown address type here.pull/29491/head
parent
c462bb8d48
commit
65d005c6a2
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue