gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: RECLAIM: Fix mem corruption


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: RECLAIM: Fix mem corruption
Date: Tue, 04 Jun 2019 13:48:50 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new ccb1a77bc RECLAIM: Fix mem corruption
ccb1a77bc is described below

commit ccb1a77bc02fcd60278127da864ca325acc1fa7c
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Tue Jun 4 13:48:09 2019 +0200

    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)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]