Use memmove instead of memcpy. Fixes coverity complaint.
authorAlan T. DeKok <aland@freeradius.org>
Mon, 1 Sep 2014 14:37:03 +0000 (10:37 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 1 Sep 2014 14:37:03 +0000 (10:37 -0400)
commit1c842ee8736e9479b0c255c146d03aaefd56b4f6
tree31f1831a36160b387512fe8aacfbe82cdf937749
parentcf4f6f23e8c2396496fa7e34fc9b177b933cd103
Use memmove instead of memcpy.  Fixes coverity complaint.

But doesn't change anything, because "hdr_len" is always a small
value.  It's just not checked as such, so coverity doesn't pick up
on it
src/lib/radius.c