aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_openid_connect.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-06-04 13:48:09 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-06-04 13:48:09 +0200
commitccb1a77bc02fcd60278127da864ca325acc1fa7c (patch)
tree020d620293ccef5c407743b318d95766ec6a182d /src/reclaim/plugin_rest_openid_connect.c
parent58002acac13b2eef407a20ee3ddc5f458cd5e483 (diff)
downloadgnunet-ccb1a77bc02fcd60278127da864ca325acc1fa7c.tar.gz
gnunet-ccb1a77bc02fcd60278127da864ca325acc1fa7c.zip
RECLAIM: Fix mem corruption
Diffstat (limited to 'src/reclaim/plugin_rest_openid_connect.c')
-rw-r--r--src/reclaim/plugin_rest_openid_connect.c3
1 files changed, 0 insertions, 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,
1395 return; 1395 return;
1396 } 1396 }
1397 1397
1398 handle->ego_entry = handle->ego_head;
1399 handle->priv_key =
1400 *GNUNET_IDENTITY_ego_get_private_key (handle->ego_head->ego);
1401 // If we know this identity, translated the corresponding TLD 1398 // If we know this identity, translated the corresponding TLD
1402 // TODO: We might want to have a reverse lookup functionality for TLDs? 1399 // TODO: We might want to have a reverse lookup functionality for TLDs?
1403 for (tmp_ego = handle->ego_head; NULL != tmp_ego; tmp_ego = tmp_ego->next) 1400 for (tmp_ego = handle->ego_head; NULL != tmp_ego; tmp_ego = tmp_ego->next)