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: 884 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@mit.edu: initialized kvalue and kdisplay_value for safety] (cherry picked from commit 0cff20bd02c7e9b0bc88c425b58fa2d379da51b3) https://github.com/krb5/krb5/commit/d17107b322f4c6a93ccfa94e00c6af6ef81bb9bd Author: Isaac Boukris Committer: Greg Hudson Commit: d17107b322f4c6a93ccfa94e00c6af6ef81bb9bd Branch: krb5-1.15 src/lib/gssapi/krb5/naming_exts.c | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 deletions(-)