mirror of https://github.com/c-ares/c-ares.git
salen validation should be greater than or equal to the required storage size. Its not uncommon to use `struct sockaddr_storage` in modern code which is definitely larger than `struct sockaddr_in` and on some systems even larger than `struct sockaddr_in6`. Fixes Issue: #752 Fix By: Brad House (@bradh352)v1.28
parent
e5c3e95879
commit
11855a65c4
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue