Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[c-ares] Fix inverted length check in GrpcPolledFdWindows (grpc#38101)
Fix grpc#37969. There is an inverted length check in GrpcPolledFdWindows before memcpying from gRPC's `recv_from_source_addr_` into c-ares' socket address structure. In newer c-ares version, it changed to use `struct sockaddr_storage` for the socket address which is 128 bytes and hit this issue. <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. --> Closes grpc#38101 COPYBARA_INTEGRATE_REVIEW=grpc#38101 from yijiem:37969 282fc82 PiperOrigin-RevId: 696607100
- Loading branch information