]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix make_signedpath_checksum() initialization bug
authorGreg Hudson <ghudson@mit.edu>
Mon, 15 Jun 2015 21:34:23 +0000 (17:34 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 15 Jun 2015 21:37:01 +0000 (17:37 -0400)
commit73efbee640e18ffc53ff4e08c0ce940fb726dcd4
tree0c584333bcf3f2a91193ceaf9cf9f27ec3185f86
parent1f2060ee1793f1acea81acefa6a8b1e0da4203ce
Fix make_signedpath_checksum() initialization bug

data needs to be initialized since it is freed in the cleanup handler.
The bug was introduced by 0c6498b2b9f4f4ad8b9f224714c84714425f2ca3 and
is not part of any release.

ticket: 8139
src/kdc/kdc_authdata.c