The variable b[] is on stack, thus can not overlap with ipov which
points to heap area, so prefer memcpy() over memmove(), aka bcopy().
No functional change intended.
MFC after: 1 week
Differential D47713
udp: Prefer memcpy() over bcopy zlei on Nov 23 2024, 4:05 PM. Authored by Tags None Referenced Files
Details
The variable b[] is on stack, thus can not overlap with ipov which No functional change intended. MFC after: 1 week
Diff Detail
|