> -----Original Message-----
> From: Zhichao Zeng <zhichaox.z...@intel.com>
> Sent: Friday, June 21, 2024 10:41 AM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Zeng, ZhichaoX <zhichaox.z...@intel.com>;
> Richardson, Bruce <bruce.richard...@intel.com>; Wiles, Keith
> <keith.wi...@intel.com>; Ciara Power <ciara.po...@intel.com>
> Subject: [PATCH] telemetry: fix potential connection issue
> 
> For calling memcpy when the source and destination addresses are the same,
> there is a small probability that there will be a copy error issue in some
> environments, resulting in a failure to connect.
> 
> This patch uses memmove instead of memcpy to avoid this issue.
> 
> Fixes: b80fe1805eee ("telemetry: introduce backward compatibility")
> Cc: sta...@dpdk.org
> 
> Signed-off-by: Zhichao Zeng <zhichaox.z...@intel.com>
> ---
Tested-by: Song Jiale <songx.ji...@intel.com>

Reply via email to