051fd012fc
Valgrind found this on my system. The unit test itself was passing correctly (we wrote uninitialized data and then successfully read back the same uninitialized data) - but Valgrind doesn't like code that makes any decisions based on reading uninitialized memory. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I762f5dd0cb368328bd5eba9cecf7db404b457fad Reviewed-on: https://review.gerrithub.io/424109 Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>