In krb5_c_verify_checksum, avoid the structure copy of *data since we
authorGreg Hudson <ghudson@mit.edu>
Thu, 8 Oct 2009 12:59:33 +0000 (12:59 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 8 Oct 2009 12:59:33 +0000 (12:59 +0000)
commit5cb04ac7d0afa3764da0b79bc12a6653645c60f7
treeeab6731e3d3ba75fecca926862b7801a6771d3bd
parentc1da485d46009fe4c8b119b02c1c252cce32f196
In krb5_c_verify_checksum, avoid the structure copy of *data since we
don't care about data->magic.  Squashes a bunch of unimportant
Coverity defects.  (May not be the correct long-term solution.)

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