]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix KDC crash when logging PKINIT enctypes 981/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 25 Sep 2019 16:57:56 +0000 (12:57 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 27 Sep 2019 15:05:04 +0000 (11:05 -0400)
commitc3e62609849ab62caf52fa9b90d9ab60d365a64d
treeb5a278bc3aefbe7fabf8dbfb1897c9fa282872f8
parente8a932e2bdf822c655fa8faebd23f3f0fd756dab
Fix KDC crash when logging PKINIT enctypes

Commit a649279727490687d54becad91fde8cf7429d951 introduced a KDC crash
bug due to transposed strlcpy() arguments.  Fix the argument order.

This bug does not affect any MIT krb5 release, but affects the Fedora
krb5 packages due to backports.  CVE-2019-14844 has been issued as a
result.

ticket: 8772
src/kdc/kdc_util.c