From owner-cvs-all@FreeBSD.ORG Wed Aug 17 07:57:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2296C16A41F; Wed, 17 Aug 2005 07:57:51 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id D642D43D48; Wed, 17 Aug 2005 07:57:49 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 8321352C82; Wed, 17 Aug 2005 09:57:47 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 3029C52C80; Wed, 17 Aug 2005 09:57:41 +0200 (CEST) Date: Wed, 17 Aug 2005 09:57:30 +0200 From: Pawel Jakub Dawidek To: Colin Percival Message-ID: <20050817075730.GA11066@garage.freebsd.pl> References: <200508170024.j7H0OKnY038559@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline In-Reply-To: <200508170024.j7H0OKnY038559@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/crypto/rijndael rijndael-alg-fst.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 07:57:51 -0000 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 17, 2005 at 12:24:20AM +0000, Colin Percival wrote: +> cperciva 2005-08-17 00:24:20 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/crypto/rijndael rijndael-alg-fst.c=20 +> Log: +> Unbreak the world build (in sbin/gbde). This file is used by both +> kernel and world, so KASSERT() needs to be wrapped within an #ifdef +> _KERNEL / #endif pair. +> =20 +> Reported by: krion, tinderbox Thanks for fixing it and sorry for the build breakage. I'll commit a bit different fix, as I want this assertion also in userland. Without it, it will explode in rijndaelEncrypt() and this KASSERT will help to catch it sooner. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDAu3qForvXbEpPzQRAiKHAKCW36IwFzoq80Es6yq15PXtrd9VrwCg7wCt ij3gUSzA+/URvo4CFOi7nEQ= =/ucg -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV--