Avoid using strncpy in the production of the arcfour salt because it
authorGreg Hudson <ghudson@mit.edu>
Sun, 29 Nov 2009 15:43:29 +0000 (15:43 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sun, 29 Nov 2009 15:43:29 +0000 (15:43 +0000)
commit78501c922b2da4ad025282f3713e12e04de19fb2
tree5167aa34176e9a86196f76cd16fe7b444cda2588
parent3c3463b64f5feeed0c1113fb2caaf7d9a489161a
Avoid using strncpy in the production of the arcfour salt because it
produces a (spurious) Coverity defect.  Fix a memory leak in
krb5int_arcfour_encrypt.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23380 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/krb/arcfour/arcfour.c