Eliminate use of strcpy/strcat/sprintf in wconfig.c. Use memcpy since
authorGreg Hudson <ghudson@mit.edu>
Tue, 28 Oct 2008 20:21:50 +0000 (20:21 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 28 Oct 2008 20:21:50 +0000 (20:21 +0000)
commit48c4a26d03fbb21725d684f5a15b365b93dbc6f8
tree04d44bd371de8e93b458bc85d79c2f7e64c3088d
parent4d248b37278ffd09d5322196fdec5cf708349f4a
Eliminate use of strcpy/strcat/sprintf in wconfig.c.  Use memcpy since
we cannot rely on libkrb5support to give us the good stuff.  Also fix
up (to some extent) an assumption that size_t == int.

ticket: 6200
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20930 dc483132-0cff-0310-8789-dd5450dbe970
src/wconfig.c