|
1 |
| -c-ares version 1.7.4 |
2 |
| - |
3 |
| -Changed: |
4 |
| - |
5 |
| - o local-bind: Support binding to local interface/IPs, see |
6 |
| - ares_set_local_ip4, ares_set_local_ip6, ares_set_local_dev |
| 1 | +c-ares version 1.7.5 |
7 | 2 |
|
8 | 3 | Fixed:
|
9 | 4 |
|
10 |
| - o memory leak in ares_getnameinfo |
11 |
| - o add missing break that caused get_ares_servers to fail |
12 |
| - o ares_parse_a_reply: fix CNAME response parsing |
13 |
| - o init_by_options: don't copy an empty sortlist |
14 |
| - o Replaced uint32_t with unsigned int to fix broken builds |
15 |
| - on a couple of platforms |
16 |
| - o Fix lookup with HOSTALIASES set |
17 |
| - o adig: fix NAPTR parsing |
18 |
| - o compiler warning cleanups |
| 5 | + o detection of semicolon comments in resolv.conf |
| 6 | + o avoid using system's inet_net_pton affected by the WLB-2008080064 advisory |
| 7 | + o replacement ares_inet_net_pton affected by the WLB-2008080064 advisory |
| 8 | + o replacement ares_inet_ntop affected by potential out of bounds write |
| 9 | + o added install target to Makefile.msvc |
| 10 | + o only fall back to AF_INET searches when looking for AF_UNSPEC addresses |
| 11 | + o fixed ares_parse_*_reply memory leaks |
| 12 | + o Use correct sizeof in ares_getnameinfo() |
| 13 | + o IPv6-on-windows: find DNS servers correctly |
| 14 | + o man pages: docs for the c-ares utility programs |
| 15 | + o getservbyport replacement for Win CE |
| 16 | + o config_sortlist: (win32) missing else |
| 17 | + o advance_tcp_send_queue: avoid NULL ptr dereference |
| 18 | + o configure: fix a bashism |
| 19 | + o ares_expand_name: Fix encoded length for indirect root |
19 | 20 |
|
20 | 21 | Thanks go to these friendly people for their efforts and contributions:
|
21 | 22 |
|
22 |
| - Andrew C. Morrow, Ben Greear, Ben Noordhuis, Daniel Stenberg, |
23 |
| - Guenter Knauf, Mike Crowe, Patrik Thunstrom, Yang Tse |
| 23 | + Yang Tse, Jakub Hrozek, Gisle Vanem, Tom Hughes, David Stuart, Dima Tisnek, |
| 24 | + Peter Pentchev, Stefan Buhler |
24 | 25 |
|
25 | 26 | Have fun!
|
0 commit comments