Loading
bdev_aio: null check the incoming uuid pointer
Unlike null bdev or malloc bdev, aio bdev receives an spdk_uuid pointer in the internal API create_aio_bdev. If not validated, it causes segfault. null and malloc bdev receive whole request as parameter in the internal API. Change-Id: Iaf2622ab5038091e2d3c864326b587a77a52d5da Signed-off-by:Diwakar Sharma <diwakar.sharma@datacore.com> Reviewed-on: https://review.spdk.io/c/spdk/spdk/+/26869 Community-CI: Mellanox Build Bot Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by:
Jacek Kalwas <jacek.kalwas@nutanix.com> Tested-by:
SPDK Automated Test System <spdkbot@gmail.com>