Branch: refs/heads/main Home: https://github.com/gssapi/gssproxy Commit: 27c590743424f5acc0443b4ae8512e87b77f6398 https://github.com/gssapi/gssproxy/commit/27c590743424f5acc0443b4ae8512e87b7... Author: Simo Sorce simo@redhat.com Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths: M src/mechglue/gpp_init_sec_context.c
Log Message: ----------- Guard against NULL remote credentials
In some rare cases is may happen that we fail to init cred_handle->remote, in this case we need to guard xdr_free() because this function does not handle NULL pointers gracefully like free() does.
Signed-off-by: Simo Sorce simo@redhat.com
gss-proxy@lists.fedorahosted.org