Re: [Qemu-devel] [PATCH 4/7] ide: Fix off-by-one error in array index check

2011-10-27 Thread Paolo Bonzini
On 10/26/2011 02:31 PM, Kevin Wolf wrote: Signed-off-by: Kevin Wolf --- hw/ide/core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/ide/core.c b/hw/ide/core.c index 280a117..29305d3 100644 --- a/hw/ide/core.c +++ b/hw/ide/core.c @@ -2039,7 +2039,7 @@ static int i

[Qemu-devel] [PATCH 4/7] ide: Fix off-by-one error in array index check

2011-10-26 Thread Kevin Wolf
Signed-off-by: Kevin Wolf --- hw/ide/core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/ide/core.c b/hw/ide/core.c index 280a117..29305d3 100644 --- a/hw/ide/core.c +++ b/hw/ide/core.c @@ -2039,7 +2039,7 @@ static int ide_drive_pio_post_load(void *opaque, int ver