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: 736 Add free_principal_e_data KDB method Add an optional method to kdb_vftabl to free e_data pointer in a principal entry, in case it was populated by a module using a more complex structure than a single memory region. [ghudson@mit.edu: handled minor version bump; simplified code; rewrote commit message] (cherry picked from commit 87d8d1c6da227ff9410413de39ee64e4566429e5) https://github.com/krb5/krb5/commit/f7b8f312f5395949a7d46e7dc36718a8a5bc6b85 Author: Andreas Schneider Committer: Greg Hudson Commit: f7b8f312f5395949a7d46e7dc36718a8a5bc6b85 Branch: krb5-1.15 src/include/kdb.h | 11 +++++++++++ src/lib/kdb/kdb5.c | 14 +++++++++++++- 2 files changed, 24 insertions(+), 1 deletions(-)