diff options
author | Dominick Meglio <dcm5151@esu.edu> | 2005-06-19 16:58:40 +0000 |
---|---|---|
committer | Dominick Meglio <dcm5151@esu.edu> | 2005-06-19 16:58:40 +0000 |
commit | ebcf14a69b2efd96afd93bf0c6926dcb2c363a53 (patch) | |
tree | e96c406f993c080eaa059f49b2d0033f9393530d /CHANGES | |
parent | 01118be8aed37c8160acf34af58dd9b161fbc86b (diff) | |
download | c-ares-ebcf14a69b2efd96afd93bf0c6926dcb2c363a53.tar.gz c-ares-ebcf14a69b2efd96afd93bf0c6926dcb2c363a53.tar.bz2 c-ares-ebcf14a69b2efd96afd93bf0c6926dcb2c363a53.zip |
Added some checks for the addrinfo structure.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,9 @@ Changelog for the c-ares project +* June 19 + +- Added some checks for the addrinfo structure. + * June 2 - William Ahern: @@ -20,7 +24,6 @@ value. If q is not greater than *s then it's equal and *s is always allocated with at least one byte. - * May 16 - Added ares_getnameinfo which mimics the getnameinfo API (another feature |