Never return profile on error opening file
authorGreg Hudson <ghudson@mit.edu>
Mon, 25 Jul 2011 15:54:39 +0000 (15:54 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 25 Jul 2011 15:54:39 +0000 (15:54 +0000)
commite0273bc4d14db73824b0f1fcfcba5c26c2ae2e21
treebfaa8716f53a3c7fb2eef2f26adfb9e5d5dd8769
parent2b35c892b601dd414fee548e31d12a60dde4dabc
Never return profile on error opening file

If profile_open_file() discovers a shared tree for the file, but
encounters an error when updating it, dereference the data and return
a null profile rather than returning an error and a newly broken file
object.  Otherwise we'd leak the returned file object in
profile_init().

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25047 dc483132-0cff-0310-8789-dd5450dbe970
src/util/profile/prof_file.c