]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix populate_krb5_db_entry() princ_ent init 401/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 4 Feb 2016 22:36:16 +0000 (17:36 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 5 Feb 2016 18:55:17 +0000 (13:55 -0500)
commit9526953f36b39323ec07448a5f218d27c6f1c76f
tree6fc99e4d91d96871e6dda6c57337b3c237ba0951
parentb46cce2ea8c0841f7f93db73eefcd180c87a3eae
Fix populate_krb5_db_entry() princ_ent init

The most recent commit introduced a new variable princ_ent in
populate_krb5_db_entry().  princ_ent is cleaned up by the function's
cleanup label, so it must be initialized before any "goto cleanup"
statements.

ticket: 5889
src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c