fix strncat and wcsncat (double null termination)
authorRich Felker <dalias@aerifal.cx>
Mon, 23 May 2011 01:58:43 +0000 (21:58 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 23 May 2011 01:58:43 +0000 (21:58 -0400)
commit86339bc4ba69ca5c88fd5570875cf17a275bd019
tree78764a0930c77dfb1a9763b00b8bffca27293abb
parente98136207ad1a6df1cdc1578e4ad56f8f0db4047
fix strncat and wcsncat (double null termination)

also modify wcsncpy to use the same loop logic
src/string/strncat.c
src/string/wcsncat.c
src/string/wcsncpy.c