gssapi / gssproxy

A proxy for GSSAPI | Docs at https://github.com/gssapi/gssproxy/tree/main/docs
Other
43 stars 28 forks source link

Guard against NULL remote credentials #68

Closed simo5 closed 1 year ago

simo5 commented 2 years ago

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.

Fixes #67

simo5 commented 1 year ago

Just merging this, it won'rt harm anything and can help.