From owner-cvs-all Fri Dec 11 09:06:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00593 for cvs-all-outgoing; Fri, 11 Dec 1998 09:06:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00588; Fri, 11 Dec 1998 09:06:15 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA22392; Fri, 11 Dec 1998 09:06:16 -0800 (PST) Date: Fri, 11 Dec 1998 09:06:16 -0800 (PST) Message-Id: <199812111706.JAA22392@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/inetd inetd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/11 09:06:16 PST Modified files: usr.sbin/inetd inetd.c Log: Reviewed by: freebsd-current Fix signal/library corruption by blocking all signals except during select(). The reported corruption was with reentrancy in the malloc lib. Revision Changes Path 1.42 +63 -27 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message