From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evHIL-0001Ik-3P for qemu-devel@nongnu.org; Mon, 12 Mar 2018 02:50:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evHII-00015V-17 for qemu-devel@nongnu.org; Mon, 12 Mar 2018 02:50:53 -0400 Received: from indium.canonical.com ([91.189.90.7]:39654) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evHIH-00015E-Qf for qemu-devel@nongnu.org; Mon, 12 Mar 2018 02:50:49 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.86_2 #2 (Debian)) id 1evHIG-0007V5-3k for ; Mon, 12 Mar 2018 06:50:48 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 1B7532E80CE for ; Mon, 12 Mar 2018 06:50:48 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Mon, 12 Mar 2018 06:42:05 -0000 From: Thomas Huth <1753437@bugs.launchpad.net> Reply-To: Bug 1753437 <1753437@bugs.launchpad.net> Sender: bounces@canonical.com References: <152024589806.7327.9844777027357521578.malonedeb@gac.canonical.com> Message-Id: <152083692535.7345.10962252346599581806.malone@soybean.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 1753437] Re: qemu/pc-bios/s390-ccw/libc.c:82: bad test ? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Looks like the mailing list <-> launchpad bridge again ignored mails to the= corresponding mailing list thread. It's not a real bug, see here for detai= ls: https://lists.gnu.org/archive/html/qemu-devel/2018-03/msg01142.html I'll try to remember to clean this up the next time we update the s390-ccw = bios. ** Changed in: qemu Assignee: (unassigned) =3D> Thomas Huth (th-huth) ** Changed in: qemu Importance: Undecided =3D> Low ** Changed in: qemu Status: New =3D> Confirmed -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1753437 Title: qemu/pc-bios/s390-ccw/libc.c:82: bad test ? Status in QEMU: Confirmed Bug description: qemu/pc-bios/s390-ccw/libc.c:82]: (style) Unsigned variable 'num_idx' can't be negative so it is unnecessary to test it. Source code is = while (num_idx >=3D 0) { but size_t num_idx =3D 1; /* account for NUL */ So there is no escape from the while loop. To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1753437/+subscriptions