[krbdev.mit.edu #9119] git commit

"Greg Hudson via RT" <[email protected]> Mon, 22 Apr 2024 20:39:39 -0400
Newsgroups gmane.comp.encryption.kerberos.bugs
Message-ID <[email protected]>
Mon Apr 22 20:39:38 2024: Request 9119 was acted upon.
 Transaction: Ticket created by [email protected]
       Queue: krb5
     Subject: git commit
       Owner: [email protected]
  Requestors: 
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9119 >



Make profile_copy() work on dirty profiles

Replace the current implementation of profile_copy() with one that
copies the in-memory tree structure of non-shared data objects.  Make
profile_copy() a public function.

https://github.com/krb5/krb5/commit/078721b1f4a8fb995e0d5346ecf36adffd0a4f99
Author: Greg Hudson <[email protected]>
Commit: 078721b1f4a8fb995e0d5346ecf36adffd0a4f99
Branch: master
 src/util/profile/prof_file.c | 38 +++++++++++++++++++++++++++++++++++++
 src/util/profile/prof_init.c | 36 ++++++++++++++++++++---------------
 src/util/profile/prof_int.h  |  8 ++++++--
 src/util/profile/prof_tree.c | 45 ++++++++++++++++++++++++++++++++++++++++++++
 src/util/profile/profile.hin |  3 +++
 src/util/profile/t_profile.c |  9 ++++++++-
 6 files changed, 121 insertions(+), 18 deletions(-)