dnsd: fixes various segfaults.
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 22 May 2008 17:41:01 +0000 (17:41 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 22 May 2008 17:41:01 +0000 (17:41 -0000)
commite9b76e1f1e37f91ec9b30274594b7953f1afa6a2
tree5343576f8522de07b5ff92a91be17b538323b396
parentae84b11467c56316a43de6146100ce22f24cf622
dnsd: fixes various segfaults.
One was a lib api change that was not updated and another
is a stack buffer overflow.
It also adds support for '*' in dnsd.conf. It resolves all hostnames to
a specific ip address. This is useful if you for example want redirect
all http traffic to your first-boot-web-wizard on you router/firewall.

By Timo Teras
libbb/udp_io.c
networking/dnsd.c