]> granicus.if.org Git - sudo/commit
In our krb5_get_init_creds_opt_alloc() replacement use malloc()
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 20 May 2015 16:58:17 +0000 (10:58 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 20 May 2015 16:58:17 +0000 (10:58 -0600)
commit212ff5d964b70176784d503167aceefab0b3eba4
tree792d53f50c0c42d9187314cb20773d8e96424120
parent6741fb5378c738d1e21420f70a4116efef70e42c
In our krb5_get_init_creds_opt_alloc() replacement use malloc()
instead of sudo_emalloc() and return KRB5_CC_NOMEM on allocation
failure.  Only old versions of Kerberos V will need this.
plugins/sudoers/auth/kerb5.c