Date: Thu, 29 Oct 1998 03:39:39 -0800 (PST) From: Robert Nordier <rnordier@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen psignal.c Message-ID: <199810291139.DAA22731@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810291139.DAA22731>