svn rev #22866: trunk/src/lib/crypto/krb/
Ken Raeburn
raeburn at MIT.EDU
Wed Oct 7 22:00:22 EDT 2009
On Oct 7, 2009, at 14:14, ghudson at MIT.EDU wrote:
> Log Message:
> In krb5_c_make_checksum, avoid the structure copy of *input since we
> don't care about input->magic. Squashes a bunch of unimportant
> Coverity defects.
So Coverity cares about uninitialized (I assume) fields in structure
copies? Then for consistency, shouldn't our coding standards specify
either never doing structure copies (ick), or always initializing the
magic number fields?
Ken
More information about the krbdev
mailing list