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)pull/754/head
parent
6bad5a4ba3
commit
48e8cd2ed7
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue