]> git.ipfire.org Git - thirdparty/gcc.git/commit
strlen.c: Do not use strcpy.
authorBen Elliston <bje@au.ibm.com>
Wed, 25 Oct 2006 22:58:27 +0000 (22:58 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 25 Oct 2006 22:58:27 +0000 (08:58 +1000)
commit377d876f816bd79423c8092b058bc6eadf0f21ef
treeead8385d2a1ae56a3a329acc46673c5f3a8402b0
parent6db63df90f0937dd1d263763ed39e29d370f8a05
strlen.c: Do not use strcpy.

* gcc.c-torture/execute/builtins/strlen.c: Do not use strcpy.
Copy the strings manually, as strcpy may call strlen.

From-SVN: r118045
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/builtins/strlen.c