1561. [bug] It was possible to release the same name twice if
named ran out of memory. [RT #10197]
+1559. [port] named should ignore SIGFSZ.
+
1556. [bug] nsupdate now treats all names as fully qualified.
[RT #6427]
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: os.c,v 1.46.2.6 2004/01/07 06:30:44 marka Exp $ */
+/* $Id: os.c,v 1.46.2.7 2004/03/03 23:07:05 marka Exp $ */
#include <config.h>
#include <stdarg.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
+#include <signal.h>
#include <syslog.h>
#include <unistd.h>
#ifdef HAVE_LINUXTHREADS
mainpid = getpid();
#endif
+#ifdef SIGXFSZ
+ signal(SIGXFSZ, SIG_IGN);
+#endif
}
void