Date: Tue, 10 Mar 2009 21:28:43 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern subr_param.c sys_pipe.c src/sys/sys pipe.h Message-ID: <200903102129.n2ALTbmx007101@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-03-10 21:28:43 UTC FreeBSD src repository Modified files: sys/kern subr_param.c sys_pipe.c sys/sys pipe.h Log: SVN rev 189649 on 2009-03-10 21:28:43Z by jhb - Make maxpipekva a signed long rather than an unsigned long as overflow is more likely to be noticed with signed types. - Make amountpipekva a long as well to match maxpipekva. Discussed with: bde Revision Changes Path 1.86 +2 -2 src/sys/kern/subr_param.c 1.201 +5 -5 src/sys/kern/sys_pipe.c 1.32 +1 -1 src/sys/sys/pipe.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903102129.n2ALTbmx007101>