Date: Thu, 6 Jun 2002 13:29:40 -0700 (PDT) From: "J. Mallett" <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps fmt.c Message-ID: <200206062029.g56KTej24391@freefall.freebsd.org>
index | next in thread | raw e-mail
jmallett 2002/06/06 13:29:40 PDT
Modified files:
bin/ps fmt.c
Log:
Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. I
was worried about truncation of arg_max by this cast, but if it gets truncated,
we know it'll obviously be greater than SIZE_MAX anyway.
Big pointy hat to: jmallett
Submitted by: keramida
Revision Changes Path
1.23 +2 -1 src/bin/ps/fmt.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206062029.g56KTej24391>
