+2
−0
Loading
When changing src/dst buffers, we copied memory domain pointers, but we didn't copy memory domain context, which is obviously incorrect. It was probably missed, because we never append a copy with non-NULL memory domain. Added a unit test case to verify this behavior. Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17425 (master) (cherry picked from commit 3e0e0779) Change-Id: Ic174e0e72c33d3f437f0faddd3405638049f0c74 Signed-off-by:
Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17711 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>