From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Yhhfa-0008WD-DS for mharc-grub-devel@gnu.org; Mon, 13 Apr 2015 12:57:10 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhhfX-0008VE-By for grub-devel@gnu.org; Mon, 13 Apr 2015 12:57:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhhfS-0000us-53 for grub-devel@gnu.org; Mon, 13 Apr 2015 12:57:07 -0400 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:33070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhhfR-0000ug-TF for grub-devel@gnu.org; Mon, 13 Apr 2015 12:57:02 -0400 Received: by lbbzk7 with SMTP id zk7so64376468lbb.0 for ; Mon, 13 Apr 2015 09:57:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=1mjYWXzT+L7nhzirbwwERfKKuXhqZEJZtFLilzNIgyo=; b=i4VCG1aTOMgSFIvah455CIKawR7ckN7xHxqKovfXP3TizlzFxpa2dpQjsoUqpyXb3o 1wSvBYnuhxNgk6aHP15+BFXAOZIiU4foEM/KKqBDF5c8i3QfysyYe3FbgDSYRPzsi4yi r10hpEPcW+OVvCTU6WfpCnafxrqAF2hAUPLGtRWfAflKXP8dhF4cVqMHwff771UwCrMa QGRKV3Vp/lDpu59IONuaO8Wi04APKL6EH8/pE0xEjfjrrGscTTSekk66RdhuXlF761Tu rXqYzfVozIoBdJQRoUD9hlxr/qkEoWoYlI/L3MI9W1Z+6wHC+3/A4GqZMBJ5MzaouoAO ciOQ== X-Received: by 10.152.10.66 with SMTP id g2mr14125107lab.44.1428944221118; Mon, 13 Apr 2015 09:57:01 -0700 (PDT) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by mx.google.com with ESMTPSA id x7sm1786966lag.3.2015.04.13.09.56.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Apr 2015 09:57:00 -0700 (PDT) Date: Mon, 13 Apr 2015 19:56:58 +0300 From: Andrei Borzenkov To: Toomas Soome Subject: Re: [PATCH] grub-core/lib/libgcrypt/cipher/rijndael.c 2 warnings. Message-ID: <20150413195658.4f27ea42@opensuse.site> In-Reply-To: <7D74EDB8-7B51-4E03-BD9C-61F77B5E064C@me.com> References: <7D74EDB8-7B51-4E03-BD9C-61F77B5E064C@me.com> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.27; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22e Cc: The development of GRUB 2 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 16:57:08 -0000 =D0=92 Mon, 13 Apr 2015 13:47:11 +0300 Toomas Soome =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >=20 > hi! >=20 > first warning is about comparing signed int with unsigned (int i, unsigne= d keylen), second warning is suggesting to use { } around the block. >=20 > after this update, the grub-core/lib/libgcrypt-grub needs to be re-popula= ted. >=20 > rgds, > toomas >=20 well, this is is external project and policy is normally to fix such issues upstream. Could you check if this is fixed in current libgcrypt? If not could you report it there?