Loading
test/unit/blob: make payload buffers sized based on the cluster size
Previously the payload buffers were twice as big as they needed to be. This didn't really harm anything, but it raised questions why they were that size. It's actually better to size them exactly as needed, since then ASAN can catch overflows. Signed-off-by:Jim Harris <jim.harris@samsung.com> Change-Id: I15e835703bcb147f770aad8e06c2bc6947abf276 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25311 Reviewed-by:
Ben Walker <ben@nvidia.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>