mirror of
https://github.com/curl/curl.git
synced 2026-07-31 01:08:04 +03:00
Overhauled ares__get_hostent()
- Fixing out of bounds memory overwrite triggered with malformed /etc/hosts file. - Improving parsing of /etc/hosts file. - Validating requested address family. - Ensuring that failures always return a NULL pointer. - Adjusting header inclusions.
This commit is contained in:
parent
2eeafcf9a6
commit
052dac0d3f
3 changed files with 164 additions and 97 deletions
|
|
@ -19,6 +19,7 @@ Fixed:
|
|||
o only expose/export symbols starting with 'ares_'
|
||||
o fix \Device\TCP handle leaks triggered by buggy iphlpapi.dll
|
||||
o init without internet gone no longer fails
|
||||
o out of bounds memory overwrite triggered with malformed /etc/hosts file
|
||||
|
||||
Thanks go to these friendly people for their efforts and contributions:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue