From: Schanzenbach, Martin Date: Tue, 4 Jun 2019 11:48:09 +0000 (+0200) Subject: RECLAIM: Fix mem corruption X-Git-Tag: v0.11.5~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ccb1a77bc02fcd60278127da864ca325acc1fa7c;p=oweals%2Fgnunet.git RECLAIM: Fix mem corruption --- diff --git a/src/reclaim/plugin_rest_openid_connect.c b/src/reclaim/plugin_rest_openid_connect.c index e8561aed4..912350248 100644 --- a/src/reclaim/plugin_rest_openid_connect.c +++ b/src/reclaim/plugin_rest_openid_connect.c @@ -1395,9 +1395,6 @@ authorize_endpoint (struct GNUNET_REST_RequestHandle *con_handle, return; } - handle->ego_entry = handle->ego_head; - handle->priv_key = - *GNUNET_IDENTITY_ego_get_private_key (handle->ego_head->ego); // If we know this identity, translated the corresponding TLD // TODO: We might want to have a reverse lookup functionality for TLDs? for (tmp_ego = handle->ego_head; NULL != tmp_ego; tmp_ego = tmp_ego->next)