]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fail on error when processing KDC-issued authdata
authorMatt Rogers <mrogers@redhat.com>
Fri, 13 May 2016 00:36:41 +0000 (20:36 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sat, 18 Jun 2016 15:36:55 +0000 (11:36 -0400)
commit19eee5ffaca1cc5f2c8696188e524240e33af777
tree3cd944f81d4ca643ce810e0aa7199f3ba5f510b9
parent365ac06e3d70f48e6dbfff4dfe259e2725a9f6c1
Fail on error when processing KDC-issued authdata

Have k5_get_kdc_issued_authdata() return 0 on a verification failure and
non-zero for other failures, rather than call assert().  Check the
return value when called in krb5int_authdata_verify().

ticket: 8425
src/lib/krb5/krb/authdata.c