Simplify strncat.
commit3eb38795dbbbd8160012050de4dfef200a21f2bf
authorOndřej Bílka <neleai@seznam.cz>
Fri, 19 Dec 2014 22:09:40 +0000 (19 23:09 +0100)
committerOndřej Bílka <neleai@seznam.cz>
Fri, 19 Dec 2014 22:09:40 +0000 (19 23:09 +0100)
tree3baf6d14d95902ed16f5045085b1d41fc9e74051
parent0d4ba8be9cd4cebcc2418c72c22a12fc9baf2c85
 Simplify strncat.

We rewrite strncat to use strnlen and malloc calls which simplifies code
an is faster as these functions are better optimized than original code.
ChangeLog
string/strncat.c