]> git.ipfire.org Git - thirdparty/mdadm.git/commit
super0: Use memmove() when adjusting sparc2.2 superblock data
authorJes Sorensen <jsorensen@fb.com>
Thu, 31 May 2018 17:17:46 +0000 (13:17 -0400)
committerJes Sorensen <jsorensen@fb.com>
Thu, 31 May 2018 17:19:57 +0000 (13:19 -0400)
commit2dcd6492718c2921feac993aa71ed3a7c2522077
treed288eeda86d98a361cfa3bff75fff3d16c212abe
parentc1b78589cf042221e22a014332b195b2309cb178
super0: Use memmove() when adjusting sparc2.2 superblock data

memcpy() does not allow overlapping copies, switch to memmove()

Signed-off-by: Jes Sorensen <jsorensen@fb.com>
super0.c