freebsd-ports/net/rinetd/files
Renato Botelho 22a440235e rinetd fails to close the configuration file (fopen twice, fclose only once)
when reading its configuration. Therefore on every configuration reload
(through SIGHUP) one file descriptor is lost. In an environment where this is
done frequently (e.g. to re-lookup DNS names) the system will run out of file
descriptors soon (kern.maxfiles) until rinetd crashes.

PR:		ports/162673
Submitted by:	Michael Gmelin <freebsd@grem.de>
Feature safe:	yes
2011-11-19 14:31:23 +00:00
..
patch-Makefile
patch-rinetd.c
patch-select2poll
rinetd.sh.in