An spdk_bs_opts structure is sometimes partially initialized due to using sizeof(opts) (struct spdk_blob_opts, 64 bytes) rather than sizeof(bs_opts) (struct spdk_bs_opts, 72 bytes). Signed-off-by: Mike Gerdts <mgerdts@nvidia.com> Change-Id: Iaaa89bb419f66969d0888f49f8991c35b3dc5ea4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11268 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> |
||
---|---|---|
.. | ||
blob.c | ||
bs_dev_common.c | ||
bs_scheduler.c | ||
Makefile |