Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 627 Always stat profile files after reopening them Some applications write a profile file and then immediately use it via a krb5_context. If we have a cached copy of the profile we wrote, make sure to update it by forcing a stat when we reuse an existing prf_data_t object. [ghudson@mit.edu: commit message] https://github.com/krb5/krb5/commit/53d6d0d64e96b84b57b7446a787e683312e2a529 Author: Will Fiveash Committer: Greg Hudson Commit: 53d6d0d64e96b84b57b7446a787e683312e2a529 Branch: master src/util/profile/prof_file.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)