KNOWN_BUGS
author David H. Gutteridge <dhgutteridge@users.noreply.github.com>
Sat, 04 May 2019 16:03:51 +0000
changeset 733 3a3f9df8b9fd
parent 726 ea6aaf57f344
permissions -rw-r--r--
lm-resolver.c: limit conditional include to OS X Explicitly including arpa/nameser_compat.h is only necessary for OS X. It's unneeded on other OSes. Some, e.g. Linux and NetBSD, include nameser_compat.h from nameser.h anyway, so at minimum, it's redundant. In the case of NetBSD, this was causing build breakages on some architectures due to legacy code in nameser_compat.h being exposed before the inclusion of nameser.h, which sets dependent macros. committer: mcabber <lm@freakysoft.de>

Currently Leak Resolver Objects Due To Messy Allocation Path