]> git.ipfire.org Git - thirdparty/krb5.git/commit
Check more time function results 838/head
authorGreg Hudson <ghudson@mit.edu>
Sat, 1 Sep 2018 21:30:33 +0000 (17:30 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 5 Sep 2018 20:01:13 +0000 (16:01 -0400)
commit88ce983a3be9ef0d740ceafee1e82de06b8b987e
tree371d2a01c01b6d31b5de64bd69181b1862ec08f5
parentd281e3640b670afde642993448a27a33abd80cea
Check more time function results

In logger.c:klog_vsyslog(), check the return value of localtime().  In
ldap_principal2.c:getstringtime(), check the strftime() result and
don't leak strtime on error.
src/lib/kadm5/logger.c
src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c