From ccb1a77bc02fcd60278127da864ca325acc1fa7c Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Tue, 4 Jun 2019 13:48:09 +0200 Subject: [PATCH] RECLAIM: Fix mem corruption --- src/reclaim/plugin_rest_openid_connect.c | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.25.1