From owner-freebsd-stable Thu Aug 1 5:56:10 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92ABC37B400 for ; Thu, 1 Aug 2002 05:56:06 -0700 (PDT) Received: from obsidian.sentex.ca (obsidian.sentex.ca [64.7.128.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C502143E72 for ; Thu, 1 Aug 2002 05:56:05 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (pyroxene.sentex.ca [199.212.134.18]) by obsidian.sentex.ca (8.12.5/8.12.5) with ESMTP id g71Cu3SE067896; Thu, 1 Aug 2002 08:56:04 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.1.1.6.0.20020801085659.041e5dc0@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Thu, 01 Aug 2002 08:59:26 -0400 To: stable@freebsd.org From: Mike Tancsa Subject: make -DNOCLEAN buildworld ? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (obsidian/20020220) X-Spam-Status: No, hits=-0.1 required=7.0 tests=SUBJ_ENDS_IN_Q_MARK version=2.31 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If I did a buildworld, buildkernel, installkernel, installworld and rebooted 6hrs ago, and then I cvsup again this morning to get the following change in the xdr_array.c file - if ((c > maxsize && UINT_MAX/elsize < c) && + if ((c > maxsize || UINT_MAX/elsize < c) && am I safe to do the following ? cd /usr/src make -DNOCLEAN buildworld ? make installworld and then restart any of the RPC apps ? ---Mike -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet since 1994 www.sentex.net Cambridge, Ontario Canada www.sentex.net/mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message