]> git.ipfire.org Git - thirdparty/krb5.git/commit
Initialize some data structure magic fields
authorRobbie Harwood <rharwood@redhat.com>
Thu, 2 May 2019 17:36:38 +0000 (13:36 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sat, 4 May 2019 01:29:16 +0000 (21:29 -0400)
commit551e88e76e537e45f6c80eadaefeb790994f83f9
tree16da0fa2de08ddbf4532e381a11687655bd38493
parentd439e370b70f7af4ed2da9c692a3be7dcf7b4ac6
Initialize some data structure magic fields

Static analyzers may complain if they see a data structure copied with
an uninitialized field, even if the copy target won't use the field.
Add magic field initializers in three such places.

[ghudson@mit.edu: rewrote commit message]
src/lib/gssapi/krb5/util_cksum.c
src/lib/krb5/krb/authdata.c