possible memory leak in jose.c
smanolache opened this issue · 0 comments
smanolache commented
There could be a memory leak in oidc_jwt_parse
: If cjose_jws_get_plaintext
fails then jwt
is not destroyed. I could not produce such a situations. Nevertheless I propose a patch.
jose.txt