]> git.decadent.org.uk Git - nfs-utils.git/commit
Use lstat rather than stat in gssd_find_existing_krb5_ccache
authorNeil Brown <neilb@suse.de>
Fri, 16 Mar 2007 03:23:02 +0000 (14:23 +1100)
committerNeil Brown <neilb@suse.de>
Fri, 16 Mar 2007 03:23:02 +0000 (14:23 +1100)
commita4fe85a8e98655aa9be534258074312446d337ab
treee9f7f5dc769cccbc9c4532eabe3b7f88301a7223
parent1e42be20a3283994d0ffd6c5f80c36fab5a887a8
Use lstat rather than stat in gssd_find_existing_krb5_ccache

As this is a file in /tmp, a symlink could take us anywhere...
If it was a NFS filesystem with a dead server, we could block for a long time..
utils/gssd/krb5_util.c