[krbdev.mit.edu #9114] git commit
"Greg Hudson via RT" <[email protected]> Tue, 19 Mar 2024 12:01:23 -0400
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9114 > Fix type mismatches detected by LTO Building with link-time optimization reveals some type mismatches in the interface between libkrb5 serialization and the profile library, as well as in consumers of the SS library. Fix them. Reported by Eli Schwartz. https://github.com/krb5/krb5/commit/458afb6737b17510175ab4f6fa4b95ec3d9e77f8 Author: Greg Hudson <[email protected]> Commit: 458afb6737b17510175ab4f6fa4b95ec3d9e77f8 Branch: master src/kadmin/cli/kadmin.c | 38 +++++++++++++++--------------- src/kadmin/cli/kadmin.h | 56 +++++++++++++++++++++++++++----------------- src/kadmin/cli/keytab.c | 4 ++-- src/kadmin/ktutil/ktutil.c | 16 ++++++------- src/kadmin/ktutil/ktutil.h | 16 ++++++------- src/lib/krb5/krb/ser_ctx.c | 14 +++++------ src/util/profile/prof_init.c | 9 ++++--- src/util/profile/prof_int.h | 6 ++--- 8 files changed, 85 insertions(+), 74 deletions(-)