]> git.ipfire.org Git - thirdparty/gcc.git/commit
genmodes: remove misleading use of strncpy
authorJim Meyering <meyering@redhat.com>
Thu, 19 Apr 2012 13:51:17 +0000 (13:51 +0000)
committerJim Meyering <meyering@gcc.gnu.org>
Thu, 19 Apr 2012 13:51:17 +0000 (13:51 +0000)
commit75be0217a8b024cc146748db6894ff9e060d7ac9
tree1ba4033c565f62c67056f57f928c6283b1ab75f0
parentf68c04877cba9e6f2b77cfb8ba564e37c4d8a254
genmodes: remove misleading use of strncpy

* genmodes.c (make_complex_modes): Avoid unnecessary use of strncpy.
We verified above that the string(including trailing NUL) fits in buf,
so just use memcpy.

From-SVN: r186596
gcc/ChangeLog
gcc/genmodes.c