mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 11:14:07 +08:00
Both, src & dst use the same array, thus potentially overlapping. Behavior of memcpy in that case is undefined.
Both, src & dst use the same array, thus potentially overlapping. Behavior of memcpy in that case is undefined.