maint: replace a use of strcpy in chmod.c with memcpy
authorJim Meyering <meyering@redhat.com>
Mon, 16 Apr 2012 13:12:02 +0000 (15:12 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 16 Apr 2012 13:12:02 +0000 (15:12 +0200)
commit31f19d681f91347f0f4b9d4ed148b6aed996bf7e
tree5213c2033b5649cf9e563d57e97c8a67008cae71
parent4c13a6d743b1c77f4bd87d3de890d9128dc206a2
maint: replace a use of strcpy in chmod.c with memcpy

* src/chmod.c (main): Use memcpy rather than strcpy,
since we already have the length handy.
src/chmod.c