qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1720971] Re: qemu/hw/block/onenand.c:522: strange if s


From: Thomas Huth
Subject: [Qemu-devel] [Bug 1720971] Re: qemu/hw/block/onenand.c:522: strange if statement ?
Date: Tue, 03 Oct 2017 08:48:52 -0000

*** This bug is a duplicate of bug 1715007 ***
    https://bugs.launchpad.net/bugs/1715007

** This bug has been marked a duplicate of bug 1715007
   hw/block/onenand.c:520: dead code ?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1720971

Title:
  qemu/hw/block/onenand.c:522: strange if statement ?

Status in QEMU:
  New

Bug description:
  [qemu/hw/block/onenand.c:523]: (warning) Opposite inner 'if' condition
  leads to a dead code block.

  Source code is

         for (b = 0; b < s->blocks; b ++) {
              if (b >= s->blocks) {
                  s->status |= ONEN_ERR_CMD;
                  break;
              }

  Inner if condition will never be true.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1720971/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]