Date: Wed, 5 Jun 2002 11:11:25 -0700 (PDT) From: "J. Mallett" <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.c print.c ps.c Message-ID: <200206051811.g55IBPJ27894@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/06/05 11:11:25 PDT
Modified files:
bin/ps keyword.c print.c ps.c
Log:
Widen the scope of fmt.c::1.19 and consistently use errx(3) if malloc(3) [or
realloc(3)] happens to fail, everywhere in ps(1).
Discussed with: bde, charnier (a while ago)
fmt_argv() can no longer return NULL, so don't bother checking.
Submitted by: bde
Revision Changes Path
1.43 +2 -2 src/bin/ps/keyword.c
1.61 +2 -2 src/bin/ps/print.c
1.53 +4 -6 src/bin/ps/ps.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?200206051811.g55IBPJ27894>
