[krbdev.mit.edu #6034] rework gic_opt_ext to be more portable

Tom Yu via RT rt-comment at krbdev.mit.edu
Wed Jul 16 16:21:48 EDT 2008


krb5_gic_opt_ext is an opaque structure that is supposed to be
binary-compatible with krb5_get_init_creds_opt, but might not conform to
the C standard due to type punning.  Fix this by including a copy of
krb5_get_init_creds_opt as the first member of krb5_gic_opt and doing
all dependent changes.



More information about the krb5-bugs mailing list