[krbdev.mit.edu #8557] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Tue Mar 7 13:34:58 EST 2017
Allow null outputs to gss_get_name_attribute()
In krb5_gss_get_name_attribute(), always ask for kvalue and
kdisplay_value when calling krb5_authdata_get_attribute(), as it
currently expect non-null arguments. This change allows applications
to pass GSS_C_NO_BUFFER for the value and display_value output
parameters. (Passing NULL for the authenticated and complete output
parameters already works.)
[ghudson at mit.edu: initialized kvalue and kdisplay_value for safety]
https://github.com/krb5/krb5/commit/0cff20bd02c7e9b0bc88c425b58fa2d379da51b3
Author: Isaac Boukris <iboukris at gmail.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 0cff20bd02c7e9b0bc88c425b58fa2d379da51b3
Branch: master
src/lib/gssapi/krb5/naming_exts.c | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
More information about the krb5-bugs
mailing list