]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix error check in krb5_ldap_parse_principal_name
authorLukas Slebodnik <lslebodn@redhat.com>
Sat, 21 Jun 2014 15:09:31 +0000 (17:09 +0200)
committerGreg Hudson <ghudson@mit.edu>
Sat, 12 Jul 2014 17:35:47 +0000 (13:35 -0400)
commitb6810da129512b6d0200580d78d22d38cc214e21
tree26e26691707a14b770dca5ef7befcf048a4fbd86
parent315d1ef769d3e3e7cc17884623c1baaad680c26b
Fix error check in krb5_ldap_parse_principal_name

Test the correct variable for NULL to detect a strdup failure.

[ghudson@mit.edu: clarified commit message]
src/plugins/kdb/ldap/libkdb_ldap/ldap_principal.c