Re: [Qemu-devel] [PATCH] backends: cryptodev: fix oob access issue

2019-03-17 Thread Gonglei (Arei)
Hi Michael, Could you pls apply this patch in your tree? Thanks, -Gonglei > -Original Message- > From: Li Qiang [mailto:liq...@163.com] > Sent: Monday, March 18, 2019 9:12 AM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; Li Qiang > Subject: [PATCH] backends: cryptodev: fix oob acc

[Qemu-devel] [PATCH] backends: cryptodev: fix oob access issue

2019-03-17 Thread Li Qiang
The 'queue_index' of create/close_session function is from guest and can be exceed 'MAX_CRYPTO_QUEUE_NUM'. This leads oob access. This patch avoid this. Signed-off-by: Li Qiang --- backends/cryptodev-builtin.c| 4 backends/cryptodev-vhost-user.c | 4 2 files changed, 8 insertions(+