aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-05-15 20:20:48 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-05-15 20:20:48 +0200
commit6d40171315d344d8a62d611df200d43f1fefc238 (patch)
treefb6317bccbda0a259718eaf085431ec30f91f9b4 /src/reclaim
parent05dc002ec4f5396b5633fcf686cd4cd2d06ae776 (diff)
downloadgnunet-6d40171315d344d8a62d611df200d43f1fefc238.tar.gz
gnunet-6d40171315d344d8a62d611df200d43f1fefc238.zip
-coverity: handle invalid key length
Diffstat (limited to 'src/reclaim')
-rw-r--r--src/reclaim/plugin_rest_pabc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reclaim/plugin_rest_pabc.c b/src/reclaim/plugin_rest_pabc.c
index a0551f215..4b7d21df3 100644
--- a/src/reclaim/plugin_rest_pabc.c
+++ b/src/reclaim/plugin_rest_pabc.c
@@ -282,6 +282,7 @@ set_attributes_from_idtoken (const struct pabc_context *ctx,
282 "Failed to set attribute `%s'.\n", key); 282 "Failed to set attribute `%s'.\n", key);
283 } 283 }
284 } 284 }
285 GNUNET_free (jwt_string);
285 return PABC_OK; 286 return PABC_OK;
286} 287}
287 288