qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] avoid OOB access in SD card emulator
@ 2020-05-20 15:24 P J P
  2020-05-20 15:24 ` [PATCH 1/2] sd: check bit number before setting card_status flag P J P
  2020-05-20 15:24 ` [PATCH 2/2] sd: disable sdhci-pci device by default P J P
  0 siblings, 2 replies; 8+ messages in thread
From: P J P @ 2020-05-20 15:24 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Alexander Bulekov, QEMU Developers, Stefan Hajnoczi,
	Prasad J Pandit

From: Prasad J Pandit <pjp@fedoraproject.org>

Hello,

* This patch series fixes an OOB access issue while performing block
  write commands in SD card emulator.

* Second patch disables the sdhci-pci device build by default.

Thank you.
--
Prasad J Pandit (2):
  sd: check bit number before setting card_status flag
  sd: disable sdhci-pci device by default

 hw/sd/Kconfig | 1 -
 hw/sd/sd.c    | 7 ++++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

-- 
2.26.2



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-05-21 10:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-20 15:24 [PATCH 0/2] avoid OOB access in SD card emulator P J P
2020-05-20 15:24 ` [PATCH 1/2] sd: check bit number before setting card_status flag P J P
2020-05-20 16:40   ` Philippe Mathieu-Daudé
2020-05-20 15:24 ` [PATCH 2/2] sd: disable sdhci-pci device by default P J P
2020-05-20 15:39   ` Peter Maydell
2020-05-20 16:33     ` Philippe Mathieu-Daudé
2020-05-21 10:08       ` P J P
2020-05-20 16:38     ` Daniel P. Berrangé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).