Don't deref NULL pointer with klist -t
This commit is contained in:
@@ -360,6 +360,7 @@ check_expiration(krb5_context context,
|
||||
if (ret || t == 0)
|
||||
return 1;
|
||||
|
||||
if (expiration)
|
||||
*expiration = time(NULL) + t;
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user