[krbdev.mit.edu #7567] SVN Commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Tue Feb 12 15:56:08 EST 2013


Fix RFC 5587 const pointer typedefs

gss_const_ctx_id_t, gss_const_cred_id_t, and gss_const_name_t are
supposed to be const pointers to the appropriate structures, not the
structures themselves.  These are not used by any prototypes yet, and
no application would have any reason to use them as they are, so it
should be safe to change them within the public header.

(cherry picked from commit 884e040c0478c94585395a03dfbb0bbdee7c5ed4)

https://github.com/krb5/krb5/commit/0dbdec4bb943ff1bcbf53148901501d48c7402cb
Author: Greg Hudson <ghudson at mit.edu>
Committer: Tom Yu <tlyu at mit.edu>
Commit: 0dbdec4bb943ff1bcbf53148901501d48c7402cb
Branch: krb5-1.11
 src/lib/gssapi/generic/gssapi.hin |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)



More information about the krb5-bugs mailing list