Re: [Qemu-devel] [PATCH v2] scsi: megasas: initialise local configuration data buffer

2016-06-07 Thread P J P
+-- On Tue, 7 Jun 2016, Paolo Bonzini wrote --+ | They are in already. In particular this is commit | d37af740730dbbb93960cd318e040372d04d6dcf. Okay, thank you. (sorry to bother you) -- Prasad J Pandit / Red Hat Product Security Team 47AF CE69 3A90 54AA 9045 1053 DD13 3D32 FE5B 041F

Re: [Qemu-devel] [PATCH v2] scsi: megasas: initialise local configuration data buffer

2016-06-07 Thread Paolo Bonzini
On 07/06/2016 08:51, P J P wrote: > +-- On Wed, 25 May 2016, P J P wrote --+ > | Update as per > | -> https://lists.gnu.org/archive/html/qemu-devel/2016-05/msg04402.html > | > | diff --git a/hw/scsi/megasas.c b/hw/scsi/megasas.c > | index dcbd3e1..bf642d4 100644 > | --- a/hw/scsi/megasas.c > |

Re: [Qemu-devel] [PATCH v2] scsi: megasas: initialise local configuration data buffer

2016-06-06 Thread P J P
+-- On Wed, 25 May 2016, P J P wrote --+ | Update as per | -> https://lists.gnu.org/archive/html/qemu-devel/2016-05/msg04402.html | | diff --git a/hw/scsi/megasas.c b/hw/scsi/megasas.c | index dcbd3e1..bf642d4 100644 | --- a/hw/scsi/megasas.c | +++ b/hw/scsi/megasas.c | @@ -1293,7 +1293,7 @@ sta

[Qemu-devel] [PATCH v2] scsi: megasas: initialise local configuration data buffer

2016-05-25 Thread P J P
From: Prasad J Pandit When reading MegaRAID SAS controller configuration via MegaRAID Firmware Interface(MFI) commands, routine megasas_dcmd_cfg_read uses an uninitialised local data buffer. Initialise this buffer to avoid stack information leakage. Reported-by: Li Qiang Signed-off-by: Prasad J