Closed simo5 closed 1 year 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
Just merging this, it won'rt harm anything and can help.
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