qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] m25p80: various fixes


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 0/3] m25p80: various fixes
Date: Tue, 28 Jun 2016 10:39:27 +0200

The first causes a failure in the new qtest.  The second fixes a possible
out-of-bounds access, and the third fixes again half of the same
out-of-bounds access.

Paolo Bonzini (3):
  m25p80: do not put iovec on the stack
  m25p80: avoid out of bounds accesses
  m25p80: change cur_addr to 32 bit integer

 hw/block/m25p80.c | 54 +++++++++++++++++++++++++++++-------------------------
 1 file changed, 29 insertions(+), 25 deletions(-)

-- 
2.7.4




reply via email to

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