aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-trace.c
diff options
context:
space:
mode:
authorJason Wang <[email protected]>2021-10-19 15:01:43 +0800
committerMichael S. Tsirkin <[email protected]>2021-11-01 05:26:48 -0400
commit6ae6ff6f6e7d2f304a12a53af8298e4f16ad633e (patch)
tree4a2beb6835b7b4412ba05db98f1cdb1919de256a /drivers/usb/cdns3/cdns3-trace.c
parentf1429e6c36f5d12c9ea6edf6d704445fb048e8a6 (diff)
virtio-blk: validate num_queues during probe
If an untrusted device neogitates BLK_F_MQ but advertises a zero num_queues, the driver may end up trying to allocating zero size buffers where ZERO_SIZE_PTR is returned which may pass the checking against the NULL. This will lead unexpected results. Fixing this by failing the probe in this case. Cc: Paolo Bonzini <[email protected]> Cc: Stefan Hajnoczi <[email protected]> Cc: Stefano Garzarella <[email protected]> Signed-off-by: Jason Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michael S. Tsirkin <[email protected]> Reviewed-by: Stefano Garzarella <[email protected]> Reviewed-by: Stefan Hajnoczi <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions