RELEASE-NOTES 1.2 KB

123456789101112131415161718192021222324252627282930
  1. c-ares version 1.16.1
  2. Security:
  3. o Prevent possible use-after-free and double-free in ares_getaddrinfo() if
  4. ares_destroy() is called prior to ares_getaddrinfo() completing. Reported
  5. by Jann Horn at Google Project Zero.
  6. Changes:
  7. o Allow TXT records on CHAOS qclass. Used for retriving things like
  8. version.bind, version.server, authoris.bind, hostname.bind, and id.server.
  9. [3]
  10. Bug fixes:
  11. o Fix Windows Unicode incompatibilities with ares_getaddrinfo() [1]
  12. o Silence false cast-align compiler warnings due to valid casts of
  13. struct sockaddr to struct sockaddr_in and struct sockaddr_in6.
  14. o MacOS should use libresolv for retrieving DNS servers, like iOS
  15. o CMake build system should populate the INCLUDE_DIRECTORIES property of
  16. installed targets [2]
  17. o Correct macros in use for the ares_getaddrinfo.3 man page
  18. Thanks go to these friendly people for their efforts and contributions:
  19. Brad House (@bradh352), Daniel Stenberg (@bagder), Dmitry Igrishin (@dmitigr),
  20. Jann Horn, Shelly Vohr, Teemu R (@rytilahti)
  21. (6 contributors)
  22. References to bug reports and discussions on issues:
  23. [1] = https://github.com/c-ares/c-ares/pull/328
  24. [2] = https://github.com/c-ares/c-ares/pull/323
  25. [3] = https://github.com/c-ares/c-ares/pull/321