Re: libwrap crash
From: Dan Langille (dan_at_langille.org)
Date: 10/30/03
- Previous message: Kees Jan Koster: "Re: Crash 4.9-RC during heavy I/O, crashdump available."
- In reply to: Dan Langille: "libwrap crash"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: freeBSD-hackers@freebsd.org Date: Thu, 30 Oct 2003 15:47:46 -0500
On 30 Oct 2003 at 9:42, Dan Langille wrote:
> I've been tracking down a libwrap call which crashes the application.
> The crash occurs on line 395 of contrib/tcp_wrappers/options.c, but
> I have no idea.
I've been given some help in this offline. Apparently, the bacula
code is incorrectly using hosts_access. bacula should fork before it
calls hosts_access because hosts_access will kill you on twist.
Otherwise, you'll get either a deny or an allowed, and the thread
continue from here.
My offline helper was comparing the inetd source code. I can't find
any reference in host_options(5) or host_access(3) which point to the
correct usage.
Is the FreeBSD documentation incomplete? Is there a more accurate
documentation I can point the bacula developers to?
FYI: The bacula approach is said to work under Linux and Solaris but
I have yet to run my reproducible tests on those platforms.
Thank you.
-- Dan Langille : http://www.langille.org/ _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Kees Jan Koster: "Re: Crash 4.9-RC during heavy I/O, crashdump available."
- In reply to: Dan Langille: "libwrap crash"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]