From owner-cvs-all Thu Oct 29 03:39:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12277 for cvs-all-outgoing; Thu, 29 Oct 1998 03:39:06 -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 DAA12272; Thu, 29 Oct 1998 03:39:05 -0800 (PST) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA22731; Thu, 29 Oct 1998 03:39:39 -0800 (PST) Date: Thu, 29 Oct 1998 03:39:39 -0800 (PST) Message-Id: <199810291139.DAA22731@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen psignal.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1998/10/29 03:39:39 PST Modified files: lib/libc/gen psignal.c Log: The man page implies that the string argument to psignal() may be NULL, in line with perror(3). However, the code presently checks only for a zero-length string. Check for both. Revision Changes Path 1.3 +2 -4 src/lib/libc/gen/psignal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message